DescriptionVideoCaptureBufferPool: remove unnecessary |data_| pointers after GpuMemoryBuffer API change
GpuMemoryBufferBufferHandle is a VideoCaputerBufferPool::BufferHandle
created from VCBP::GpuMemoryBufferTracker::GpuMemoryBufferTracker().
Previously, the former inherited the data pointer from the latter,
but with the recent change in GpuMemoryBuffer API [1], this is not
needed anymore. This CL removes the member variable and adapts
DCHECK()s in the vicinity.
BUG=542225
TEST= All unittests, content_browsertests and browser_tests passing.
[1] http://crrev.com/1401183003, relanded as (1412223009).
Committed: https://crrev.com/681f844172cf1b945b345f345f1878c6dca02339
Cr-Commit-Position: refs/heads/master@{#356770}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|