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

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

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/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;
};

Powered by Google App Engine
This is Rietveld 408576698