Remove cc::SharedBitmap::memory()
commit2b6a74f89bad99e2102f90674f091e2ca2687fc4
authorjbauman <jbauman@chromium.org>
Fri, 12 Dec 2014 03:49:58 +0000 (11 19:49 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Dec 2014 03:50:13 +0000 (12 03:50 +0000)
tree9d1f7eb0cb24874ea05d416e3b322c9f37882054
parent823f1f88ef2be9c758faf2269e0d3ec61de473e4
Remove cc::SharedBitmap::memory()

This method is only used with the WebPluginDelegateProxy in the renderer, so only support it on a subclass that can be created by the ChildSharedBitmapManager. This will allow us more flexibility in how we implement SharedBitmaps in the future.

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

Cr-Commit-Position: refs/heads/master@{#308048}
cc/resources/shared_bitmap.h
cc/resources/shared_bitmap_manager.h
cc/test/test_shared_bitmap_manager.cc
cc/test/test_shared_bitmap_manager.h
content/child/child_shared_bitmap_manager.cc
content/child/child_shared_bitmap_manager.h
content/common/host_shared_bitmap_manager.cc
content/renderer/npapi/webplugin_delegate_proxy.cc
content/renderer/npapi/webplugin_delegate_proxy.h