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

Unified Diff: Source/platform/graphics/filters/FEColorMatrix.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/FEColorMatrix.cpp
diff --git a/Source/platform/graphics/filters/FEColorMatrix.cpp b/Source/platform/graphics/filters/FEColorMatrix.cpp
index b87769dd4ebebddcf3db424b0518f69f5bbc9fc6..c077df2d0eb731f2ead0e2311c5ccbff07e3db77 100644
--- a/Source/platform/graphics/filters/FEColorMatrix.cpp
+++ b/Source/platform/graphics/filters/FEColorMatrix.cpp
@@ -33,7 +33,7 @@
#include "wtf/MathExtras.h"
#include "wtf/Uint8ClampedArray.h"
-namespace WebCore {
+namespace blink {
FEColorMatrix::FEColorMatrix(Filter* filter, ColorMatrixType type, const Vector<float>& values)
: FilterEffect(filter)
@@ -239,4 +239,4 @@ TextStream& FEColorMatrix::externalRepresentation(TextStream& ts, int indent) co
return ts;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/graphics/filters/FEColorMatrix.h ('k') | Source/platform/graphics/filters/FEComponentTransfer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698