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

Unified Diff: Source/platform/graphics/ScaledImageFragment.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/ReplayingCanvas.cpp ('k') | Source/platform/graphics/ScaledImageFragment.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ScaledImageFragment.h
diff --git a/Source/platform/graphics/ScaledImageFragment.h b/Source/platform/graphics/ScaledImageFragment.h
index 6790ed3906aab8f8790158f87b38779804e3e7ed..0b5381a5f6a707b33a089065a4f4f99bf63b7a94 100644
--- a/Source/platform/graphics/ScaledImageFragment.h
+++ b/Source/platform/graphics/ScaledImageFragment.h
@@ -33,7 +33,7 @@
#include "platform/PlatformExport.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
// ScaledImageFragment is a scaled version of an image.
class PLATFORM_EXPORT ScaledImageFragment {
@@ -70,6 +70,6 @@ private:
SkBitmap m_bitmap;
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/graphics/ReplayingCanvas.cpp ('k') | Source/platform/graphics/ScaledImageFragment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698