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

Unified Diff: Source/platform/graphics/filters/FilterOperations.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/FilterOperations.h
diff --git a/Source/platform/graphics/filters/FilterOperations.h b/Source/platform/graphics/filters/FilterOperations.h
index 4413b1d868b1188a7482bd956266572162359eef..b338709f675228ecb3e1423e382a083bae0dcecb 100644
--- a/Source/platform/graphics/filters/FilterOperations.h
+++ b/Source/platform/graphics/filters/FilterOperations.h
@@ -32,7 +32,7 @@
#include "wtf/RefPtr.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
typedef IntRectExtent FilterOutsets;
@@ -75,7 +75,7 @@ private:
Vector<RefPtr<FilterOperation> > m_operations;
};
-} // namespace WebCore
+} // namespace blink
#endif // FilterOperations_h
« no previous file with comments | « Source/platform/graphics/filters/FilterOperation.cpp ('k') | Source/platform/graphics/filters/FilterOperations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698