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

Unified Diff: Source/platform/graphics/filters/custom/CustomFilterCompiledProgram.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/custom/CustomFilterCompiledProgram.cpp
diff --git a/Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp b/Source/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp
similarity index 98%
rename from Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp
rename to Source/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp
index 99077fa2e57740a5dc098d8e6b6372217bf6d19f..5284a9100ebe5b831639b83bf35ed71e2c5846eb 100644
--- a/Source/core/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp
+++ b/Source/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp
@@ -28,7 +28,7 @@
*/
#include "config.h"
-#include "core/platform/graphics/filters/custom/CustomFilterCompiledProgram.h"
+#include "platform/graphics/filters/custom/CustomFilterCompiledProgram.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698