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

Unified Diff: Source/platform/graphics/filters/FEDiffuseLighting.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/FEDiffuseLighting.cpp
diff --git a/Source/platform/graphics/filters/FEDiffuseLighting.cpp b/Source/platform/graphics/filters/FEDiffuseLighting.cpp
index cfba8d9826032243dc8c05a21bea47ebf1984066..c3f28f0d0f868863e001d81cc0f6564d8c45b014 100644
--- a/Source/platform/graphics/filters/FEDiffuseLighting.cpp
+++ b/Source/platform/graphics/filters/FEDiffuseLighting.cpp
@@ -26,7 +26,7 @@
#include "platform/graphics/filters/LightSource.h"
#include "platform/text/TextStream.h"
-namespace WebCore {
+namespace blink {
FEDiffuseLighting::FEDiffuseLighting(Filter* filter, const Color& lightingColor, float surfaceScale,
float diffuseConstant, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<LightSource> lightSource)
@@ -133,4 +133,4 @@ TextStream& FEDiffuseLighting::externalRepresentation(TextStream& ts, int indent
return ts;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/graphics/filters/FEDiffuseLighting.h ('k') | Source/platform/graphics/filters/FEDisplacementMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698