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

Unified Diff: Source/platform/graphics/filters/FEComposite.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/FEComposite.h ('k') | Source/platform/graphics/filters/FEConvolveMatrix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FEComposite.cpp
diff --git a/Source/core/platform/graphics/filters/FEComposite.cpp b/Source/platform/graphics/filters/FEComposite.cpp
similarity index 99%
rename from Source/core/platform/graphics/filters/FEComposite.cpp
rename to Source/platform/graphics/filters/FEComposite.cpp
index 31723208218a0ad9510fbf84faf83c83188bd1ee..78b1b964dd74dcf33a3f968de4b2a36bf6470f75 100644
--- a/Source/core/platform/graphics/filters/FEComposite.cpp
+++ b/Source/platform/graphics/filters/FEComposite.cpp
@@ -24,14 +24,14 @@
#include "config.h"
-#include "core/platform/graphics/filters/FEComposite.h"
+#include "platform/graphics/filters/FEComposite.h"
#include "SkArithmeticMode.h"
#include "SkFlattenableBuffers.h"
#include "SkXfermodeImageFilter.h"
-#include "core/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h"
#include "platform/graphics/GraphicsContext.h"
+#include "platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h"
#include "platform/graphics/filters/SkiaImageFilterBuilder.h"
#include "platform/text/TextStream.h"
#include "third_party/skia/include/core/SkDevice.h"
« no previous file with comments | « Source/platform/graphics/filters/FEComposite.h ('k') | Source/platform/graphics/filters/FEConvolveMatrix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698