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 5c799a3909484
+16 -17
+2 -2
+6 -6
+2 -2
+3 -3
+207 -200
+35 -33
+3 -3
+4 -2
expand_less