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

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

Issue 107713004: Move all filters-related files from core/platform to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Maybe fix win build. Created 7 years 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/SpotLightSource.cpp
diff --git a/Source/core/platform/graphics/filters/SpotLightSource.cpp b/Source/platform/graphics/filters/SpotLightSource.cpp
similarity index 99%
rename from Source/core/platform/graphics/filters/SpotLightSource.cpp
rename to Source/platform/graphics/filters/SpotLightSource.cpp
index 6efa99362cb7ee85a2f414be2c2033be2ef4c6f1..9aeb26341ae5e477a0a2f2989ae83ba81159f015 100644
--- a/Source/core/platform/graphics/filters/SpotLightSource.cpp
+++ b/Source/platform/graphics/filters/SpotLightSource.cpp
@@ -30,8 +30,7 @@
*/
#include "config.h"
-
-#include "core/platform/graphics/filters/SpotLightSource.h"
+#include "platform/graphics/filters/SpotLightSource.h"
#include "platform/text/TextStream.h"

Powered by Google App Engine
This is Rietveld 408576698