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

Unified Diff: Source/platform/graphics/filters/FEComposite.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
Index: Source/platform/graphics/filters/FEComposite.h
diff --git a/Source/platform/graphics/filters/FEComposite.h b/Source/platform/graphics/filters/FEComposite.h
index 54a94e2eeca1b4fb9f3697ecaa3f1d48522c0756..1073778b22422a4e31cab460c88283a5fe58b679 100644
--- a/Source/platform/graphics/filters/FEComposite.h
+++ b/Source/platform/graphics/filters/FEComposite.h
@@ -27,7 +27,7 @@
#include "platform/graphics/filters/FilterEffect.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
enum CompositeOperationType {
FECOMPOSITE_OPERATOR_UNKNOWN = 0,
@@ -91,6 +91,6 @@ private:
float m_k4;
};
-} // namespace WebCore
+} // namespace blink
#endif // FEComposite_h
« no previous file with comments | « Source/platform/graphics/filters/FEComponentTransfer.cpp ('k') | Source/platform/graphics/filters/FEComposite.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698