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

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

Issue 476683002: Cleanup namespace usage in platform/graphics/[G-S]* (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
« no previous file with comments | « Source/platform/graphics/ImageBufferClient.h ('k') | Source/platform/graphics/ImageFrameGenerator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ImageBufferSurface.h
diff --git a/Source/platform/graphics/ImageBufferSurface.h b/Source/platform/graphics/ImageBufferSurface.h
index e3964d794fae0108c6c22147725ea3b57b940b37..d81ab9b6f2cd1733aa27c4f7ea8d7e03b51149dc 100644
--- a/Source/platform/graphics/ImageBufferSurface.h
+++ b/Source/platform/graphics/ImageBufferSurface.h
@@ -42,11 +42,10 @@ class SkBitmap;
class SkCanvas;
class SkPicture;
-namespace blink { class WebLayer; }
-
namespace blink {
class ImageBuffer;
+class WebLayer;
enum OpacityMode {
NonOpaque,
@@ -63,7 +62,7 @@ public:
virtual void willAccessPixels() { }
virtual bool isValid() const = 0;
virtual bool restore() { return false; };
- virtual blink::WebLayer* layer() const { return 0; };
+ virtual WebLayer* layer() const { return 0; };
virtual bool isAccelerated() const { return false; }
virtual Platform3DObject getBackingTexture() const { return 0; }
virtual bool cachedBitmapEnabled() const { return false; }
« no previous file with comments | « Source/platform/graphics/ImageBufferClient.h ('k') | Source/platform/graphics/ImageFrameGenerator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698