| Index: Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp b/Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp
|
| index eb1fd659631cb1900feb6ac143ae1c3c1a0c9e82..6950daffd83ddf2bd230de0f34a4b35f11e09ea9 100644
|
| --- a/Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp
|
| +++ b/Source/core/platform/graphics/chromium/DiscardablePixelRef.cpp
|
| @@ -77,7 +77,7 @@ DiscardablePixelRef::~DiscardablePixelRef()
|
|
|
| bool DiscardablePixelRef::allocAndLockDiscardableMemory(size_t bytes)
|
| {
|
| - m_discardable = adoptPtr(WebKit::Platform::current()->allocateAndLockDiscardableMemory(bytes));
|
| + m_discardable = adoptPtr(blink::Platform::current()->allocateAndLockDiscardableMemory(bytes));
|
| if (m_discardable) {
|
| m_lockedMemory = m_discardable->data();
|
| return true;
|
|
|