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

Unified Diff: Source/platform/graphics/filters/FESpecularLighting.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
« no previous file with comments | « Source/platform/graphics/filters/FESpecularLighting.h ('k') | Source/platform/graphics/filters/FETile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FESpecularLighting.cpp
diff --git a/Source/core/platform/graphics/filters/FESpecularLighting.cpp b/Source/platform/graphics/filters/FESpecularLighting.cpp
similarity index 98%
rename from Source/core/platform/graphics/filters/FESpecularLighting.cpp
rename to Source/platform/graphics/filters/FESpecularLighting.cpp
index 2831fb92d802c5bf0a6839aa6c43b355412ef196..5a87f10d0d877cabe9c16b3acdafb43d2b10e709 100644
--- a/Source/core/platform/graphics/filters/FESpecularLighting.cpp
+++ b/Source/platform/graphics/filters/FESpecularLighting.cpp
@@ -21,8 +21,7 @@
*/
#include "config.h"
-
-#include "core/platform/graphics/filters/FESpecularLighting.h"
+#include "platform/graphics/filters/FESpecularLighting.h"
#include "platform/graphics/filters/LightSource.h"
#include "platform/text/TextStream.h"
« no previous file with comments | « Source/platform/graphics/filters/FESpecularLighting.h ('k') | Source/platform/graphics/filters/FETile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698