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

Unified Diff: Source/platform/graphics/filters/LightSource.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/LightSource.h
diff --git a/Source/platform/graphics/filters/LightSource.h b/Source/platform/graphics/filters/LightSource.h
index b9f198615084354e52cacc03215500d17efa74c4..78ed64941f558c4f5157a8a0c54863559feb4014 100644
--- a/Source/platform/graphics/filters/LightSource.h
+++ b/Source/platform/graphics/filters/LightSource.h
@@ -29,7 +29,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
-namespace WebCore {
+namespace blink {
enum LightType {
LS_DISTANT,
@@ -86,6 +86,6 @@ private:
LightType m_type;
};
-} // namespace WebCore
+} // namespace blink
#endif // LightSource_h
« no previous file with comments | « Source/platform/graphics/filters/ImageFilterBuilderTest.cpp ('k') | Source/platform/graphics/filters/LightSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698