| Index: Source/core/platform/graphics/chromium/DiscardablePixelRef.h
|
| diff --git a/Source/core/platform/graphics/chromium/DiscardablePixelRef.h b/Source/core/platform/graphics/chromium/DiscardablePixelRef.h
|
| index 28449b3b451e733141a74dadec8924e1c70a8365..0c6a639ae032d01545aa7cd30d85cc96fee75935 100644
|
| --- a/Source/core/platform/graphics/chromium/DiscardablePixelRef.h
|
| +++ b/Source/core/platform/graphics/chromium/DiscardablePixelRef.h
|
| @@ -61,7 +61,7 @@ protected:
|
|
|
| private:
|
| void* m_lockedMemory;
|
| - OwnPtr<WebKit::WebDiscardableMemory> m_discardable;
|
| + OwnPtr<blink::WebDiscardableMemory> m_discardable;
|
| OwnPtr<SkMutex> m_mutex;
|
| };
|
|
|
|
|