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

Unified Diff: Source/platform/graphics/filters/FEDisplacementMap.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
Index: Source/platform/graphics/filters/FEDisplacementMap.cpp
diff --git a/Source/platform/graphics/filters/FEDisplacementMap.cpp b/Source/platform/graphics/filters/FEDisplacementMap.cpp
index 3c6544e8296082ea085d45e3ab6af4747c63863a..c59993befc7212b6bcb607055576ec52fea80f03 100644
--- a/Source/platform/graphics/filters/FEDisplacementMap.cpp
+++ b/Source/platform/graphics/filters/FEDisplacementMap.cpp
@@ -33,7 +33,7 @@
#include "platform/text/TextStream.h"
#include "wtf/Uint8ClampedArray.h"
-namespace WebCore {
+namespace blink {
FEDisplacementMap::FEDisplacementMap(Filter* filter, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float scale)
: FilterEffect(filter)
@@ -223,4 +223,4 @@ TextStream& FEDisplacementMap::externalRepresentation(TextStream& ts, int indent
return ts;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/graphics/filters/FEDisplacementMap.h ('k') | Source/platform/graphics/filters/FEDropShadow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698