Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: Source/platform/graphics/DiscardablePixelRef.h

Issue 464273002: Cleanup namespace usage in platform/graphics/[filters/* to skia/*] and platform/graphics/[B-D]* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « Source/platform/graphics/DeferredImageDecoderTest.cpp ('k') | Source/platform/graphics/DiscardablePixelRef.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698