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

Unified Diff: Source/platform/graphics/Canvas2DLayerManager.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/Canvas2DLayerManager.h
diff --git a/Source/platform/graphics/Canvas2DLayerManager.h b/Source/platform/graphics/Canvas2DLayerManager.h
index dd79a5839aa12f3f39f1badc63f358d20b931909..1f1c8595435e5bed98c673ff0a259b20e19a6b48 100644
--- a/Source/platform/graphics/Canvas2DLayerManager.h
+++ b/Source/platform/graphics/Canvas2DLayerManager.h
@@ -32,7 +32,7 @@ class Canvas2DLayerManagerTest;
namespace blink {
-class PLATFORM_EXPORT Canvas2DLayerManager : public blink::WebThread::TaskObserver {
+class PLATFORM_EXPORT Canvas2DLayerManager : public WebThread::TaskObserver {
public:
static Canvas2DLayerManager& get();
@@ -61,7 +61,7 @@ private:
friend class ::Canvas2DLayerManagerTest; // for unit testing
};
-}
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/graphics/Canvas2DLayerBridgeTest.cpp ('k') | Source/platform/graphics/Canvas2DLayerManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698