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

Unified Diff: Source/platform/graphics/filters/SkiaImageFilterBuilder.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/SkiaImageFilterBuilder.h
diff --git a/Source/platform/graphics/filters/SkiaImageFilterBuilder.h b/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
index 2f099c319c02a01cc7c8388f4df4f86f014c44a3..82e742ab6ab12dc8c1b3b643284bc0e98b5f41d7 100644
--- a/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
+++ b/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
@@ -33,7 +33,7 @@
class SkImageFilter;
-namespace WebCore {
+namespace blink {
class AffineTransform;
class FilterEffect;
class FilterOperations;
@@ -61,6 +61,6 @@ private:
GraphicsContext* m_context;
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/graphics/filters/ReferenceFilter.cpp ('k') | Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698