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

Unified Diff: Source/platform/graphics/DrawLooperBuilder.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/DrawLooperBuilder.h ('k') | Source/platform/graphics/FrameData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/DrawLooperBuilder.cpp
diff --git a/Source/platform/graphics/DrawLooperBuilder.cpp b/Source/platform/graphics/DrawLooperBuilder.cpp
index fef526e07ca869c1aec88cb7178bad3a2486e1a9..3b0a8f45ae0f94efb0a724f92aa75483c59f84f7 100644
--- a/Source/platform/graphics/DrawLooperBuilder.cpp
+++ b/Source/platform/graphics/DrawLooperBuilder.cpp
@@ -41,7 +41,7 @@
#include "third_party/skia/include/effects/SkBlurMaskFilter.h"
#include "wtf/RefPtr.h"
-namespace WebCore {
+namespace blink {
DrawLooperBuilder::DrawLooperBuilder() { }
@@ -113,4 +113,4 @@ void DrawLooperBuilder::addShadow(const FloatSize& offset, float blur, const Col
paint->setColorFilter(cf.get());
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/graphics/DrawLooperBuilder.h ('k') | Source/platform/graphics/FrameData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698