Index: content/common/host_shared_bitmap_manager.h |
diff --git a/content/common/host_shared_bitmap_manager.h b/content/common/host_shared_bitmap_manager.h |
index 9dc7896145da562e5ceb858427365946e5b2fef6..08245b368b58191e5288576840db6c117ce2b84f 100644 |
--- a/content/common/host_shared_bitmap_manager.h |
+++ b/content/common/host_shared_bitmap_manager.h |
@@ -68,6 +68,8 @@ class CONTENT_EXPORT HostSharedBitmapManager : public cc::SharedBitmapManager { |
size_t AllocatedBitmapCount() const { return handle_map_.size(); } |
private: |
+ void FreeSharedMemoryFromMap(cc::SharedBitmap* bitmap); |
+ |
base::Lock lock_; |
typedef base::hash_map<cc::SharedBitmapId, scoped_refptr<BitmapData> > |