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

Unified Diff: Source/platform/graphics/GraphicsContextState.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
Index: Source/platform/graphics/GraphicsContextState.h
diff --git a/Source/platform/graphics/GraphicsContextState.h b/Source/platform/graphics/GraphicsContextState.h
index a3adc04d47920b59eb866c4de6867b990bc74e68..0cfb967baa30827506eaa868f753975490302fb7 100644
--- a/Source/platform/graphics/GraphicsContextState.h
+++ b/Source/platform/graphics/GraphicsContextState.h
@@ -41,7 +41,7 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/RefPtr.h"
-namespace WebCore {
+namespace blink {
// Encapsulates the state information we store for each pushed graphics state.
// Only GraphicsContext can use this class.
@@ -188,6 +188,6 @@ private:
bool m_shouldClampToSourceRect : 1;
};
-} // namespace WebCore
+} // namespace blink
#endif // GraphicsContextState_h
« no previous file with comments | « Source/platform/graphics/GraphicsContextRecorder.cpp ('k') | Source/platform/graphics/GraphicsContextState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698