Index: Source/platform/graphics/DiscardablePixelRef.h |
diff --git a/Source/platform/graphics/DiscardablePixelRef.h b/Source/platform/graphics/DiscardablePixelRef.h |
index d94d45447fba1875ae1a2b9ef5ae9a31d6e20525..99f18bde4b2f13411b7a99a4cf1c56c5cad5718b 100644 |
--- a/Source/platform/graphics/DiscardablePixelRef.h |
+++ b/Source/platform/graphics/DiscardablePixelRef.h |
@@ -60,7 +60,7 @@ protected: |
private: |
void* m_lockedMemory; |
- OwnPtr<blink::WebDiscardableMemory> m_discardable; |
+ OwnPtr<WebDiscardableMemory> m_discardable; |
OwnPtr<SkMutex> m_mutex; |
size_t m_rowBytes; |
}; |