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

Unified Diff: Source/platform/graphics/filters/SourceAlpha.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/SourceAlpha.h
diff --git a/Source/platform/graphics/filters/SourceAlpha.h b/Source/platform/graphics/filters/SourceAlpha.h
index ee1de7f5379bee51649f57d3be20bd22501449b5..214e74ff747a120fee30a713f869d42eb35f5d8e 100644
--- a/Source/platform/graphics/filters/SourceAlpha.h
+++ b/Source/platform/graphics/filters/SourceAlpha.h
@@ -24,7 +24,7 @@
#include "platform/graphics/filters/Filter.h"
#include "platform/graphics/filters/FilterEffect.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT SourceAlpha : public FilterEffect {
public:
@@ -48,6 +48,6 @@ private:
virtual void applySoftware() OVERRIDE;
};
-} // namespace WebCore
+} // namespace blink
#endif // SourceAlpha_h
« no previous file with comments | « Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp ('k') | Source/platform/graphics/filters/SourceAlpha.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698