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

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

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/GraphicsContextState.cpp ('k') | Source/platform/graphics/GraphicsContextTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GraphicsContextStateSaver.h
diff --git a/Source/platform/graphics/GraphicsContextStateSaver.h b/Source/platform/graphics/GraphicsContextStateSaver.h
index a6a6d459e8e0b72c76bb547c9bcdbf3d4269777d..0993d6a64c51e14942a8db3b4bab9d4a1f3f2c19 100644
--- a/Source/platform/graphics/GraphicsContextStateSaver.h
+++ b/Source/platform/graphics/GraphicsContextStateSaver.h
@@ -32,7 +32,7 @@
#include "platform/PlatformExport.h"
#include "platform/graphics/GraphicsContext.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT GraphicsContextStateSaver {
WTF_MAKE_FAST_ALLOCATED;
@@ -73,6 +73,6 @@ private:
bool m_saveAndRestore;
};
-} // namespace WebCore
+} // namespace blink
#endif // GraphicsContextStateSaver_h
« no previous file with comments | « Source/platform/graphics/GraphicsContextState.cpp ('k') | Source/platform/graphics/GraphicsContextTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698