| Index: content/child/child_shared_bitmap_manager.cc
|
| diff --git a/content/child/child_shared_bitmap_manager.cc b/content/child/child_shared_bitmap_manager.cc
|
| index 7325789ef29e27163b81619dc0f09e22fe3b8478..3b1800d2e21786838af041cab64e0f327f2d73b7 100644
|
| --- a/content/child/child_shared_bitmap_manager.cc
|
| +++ b/content/child/child_shared_bitmap_manager.cc
|
| @@ -25,7 +25,7 @@ scoped_ptr<cc::SharedBitmap> ChildSharedBitmapManager::AllocateSharedBitmap(
|
| "height",
|
| size.height());
|
| size_t memory_size;
|
| - if (!cc::SharedBitmap::GetSizeInBytes(size, &memory_size))
|
| + if (!cc::SharedBitmap::SizeInBytes(size, &memory_size))
|
| return scoped_ptr<cc::SharedBitmap>();
|
| cc::SharedBitmapId id = cc::SharedBitmap::GenerateId();
|
| scoped_ptr<base::SharedMemory> memory;
|
|
|