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

Unified Diff: Source/platform/graphics/ImageOrientation.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/ImageObserver.cpp ('k') | Source/platform/graphics/ImageOrientation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ImageOrientation.h
diff --git a/Source/platform/graphics/ImageOrientation.h b/Source/platform/graphics/ImageOrientation.h
index b9e95184aff0f3bb0cc9f28a88b677a9aa42bca5..a73df6d603f25173cf86ddcb9b4e00474c50ded2 100644
--- a/Source/platform/graphics/ImageOrientation.h
+++ b/Source/platform/graphics/ImageOrientation.h
@@ -28,7 +28,7 @@
#include "platform/PlatformExport.h"
-namespace WebCore {
+namespace blink {
class AffineTransform;
class FloatSize;
@@ -89,6 +89,6 @@ private:
ImageOrientationEnum m_orientation;
};
-} // namespace WebCore
+} // namespace blink
#endif // ImageOrientation_h
« no previous file with comments | « Source/platform/graphics/ImageObserver.cpp ('k') | Source/platform/graphics/ImageOrientation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698