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

Unified Diff: Source/platform/graphics/Color.cpp

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/Color.h ('k') | Source/platform/graphics/ColorSpace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/Color.cpp
diff --git a/Source/platform/graphics/Color.cpp b/Source/platform/graphics/Color.cpp
index 5a3836e3e8d2d1c79548a02bd022252bdc38143c..bd989336d8d8e45c7e518ee03e416b3e9c64e08c 100644
--- a/Source/platform/graphics/Color.cpp
+++ b/Source/platform/graphics/Color.cpp
@@ -35,7 +35,7 @@
using namespace std;
-namespace WebCore {
+namespace blink {
#if !COMPILER(MSVC)
// FIXME: Use C++11 strong enums to avoid static data member with initializer definition problems.
@@ -464,4 +464,4 @@ RGBA32 premultipliedARGBFromColor(const Color& color)
return pixelColor;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/graphics/Color.h ('k') | Source/platform/graphics/ColorSpace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698