angler-fishThe Vulnerability History Project

VideoFrame method reordering and minor cleanup

      This CL cleans up a few itches I found during
previous CLs:
- Reorders VideoFrame methods to follow declaration/style guide.
- Removes VideoFrame::PlaneAllocationSize() and
replaced its use with VideoFrame::PlaneSize().GetArea() since
clients absolutely know what they are doing and
this convenience method is thus more a burden
- Turns HashFrameForTesting() into static.
- Removes ReleaseData() and binds base::AlignedFree()
directly.

BUG=489744

Review URL: https://codereview.chromium.org/1195153003

Cr-Commit-Position: refs/heads/master@{#335701}
    
commit 5c799a3909484c32211ccb35a3efd870fce5e7ac
+17 -16
+2 -2
+6 -6
+2 -2
+3 -3
+200 -207
+33 -35
+3 -3
+2 -4
expand_less