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

Unified Diff: Source/platform/graphics/filters/FEBlend.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/FEBlend.h
diff --git a/Source/platform/graphics/filters/FEBlend.h b/Source/platform/graphics/filters/FEBlend.h
index 08e850e069ccc220570fe13647300ed942583eed..586fd08acf221ef8221fafb2170b39d4ded668d9 100644
--- a/Source/platform/graphics/filters/FEBlend.h
+++ b/Source/platform/graphics/filters/FEBlend.h
@@ -26,7 +26,7 @@
#include "platform/graphics/filters/Filter.h"
#include "platform/graphics/filters/FilterEffect.h"
-namespace WebCore {
+namespace blink {
enum BlendModeType {
FEBLEND_MODE_UNKNOWN = 0,
@@ -60,6 +60,6 @@ private:
BlendModeType m_mode;
};
-} // namespace WebCore
+} // namespace blink
#endif // FEBlend_h
« no previous file with comments | « Source/platform/graphics/filters/DistantLightSource.cpp ('k') | Source/platform/graphics/filters/FEBlend.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698