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

Unified Diff: Source/platform/graphics/filters/SourceGraphic.cpp

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/SourceGraphic.cpp
diff --git a/Source/platform/graphics/filters/SourceGraphic.cpp b/Source/platform/graphics/filters/SourceGraphic.cpp
index f9c1195e5bced226bc08432a8ab36c0c2b6d28e8..de6749260d1a53cadb1dcb63f453120ffc169ee9 100644
--- a/Source/platform/graphics/filters/SourceGraphic.cpp
+++ b/Source/platform/graphics/filters/SourceGraphic.cpp
@@ -27,7 +27,7 @@
#include "wtf/StdLibExtras.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
PassRefPtr<SourceGraphic> SourceGraphic::create(Filter* filter)
{
@@ -69,4 +69,4 @@ TextStream& SourceGraphic::externalRepresentation(TextStream& ts, int indent) co
return ts;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/graphics/filters/SourceGraphic.h ('k') | Source/platform/graphics/filters/SpotLightSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698