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

Unified Diff: Source/core/platform/graphics/filters/FEConvolveMatrix.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android 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/core/platform/graphics/filters/FEConvolveMatrix.cpp
diff --git a/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp b/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
index f22ff1a90a6998e722db065c6df17d87278d3027..b0697ea5c2f944ad6e95f02ea12ca2547d17a025 100644
--- a/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
+++ b/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
@@ -26,13 +26,13 @@
#include "core/platform/graphics/filters/FEConvolveMatrix.h"
-#include "core/platform/graphics/filters/ParallelJobs.h"
+#include "platform/graphics/filters/ParallelJobs.h"
+#include "platform/graphics/filters/SkiaImageFilterBuilder.h"
#include "platform/text/TextStream.h"
#include "wtf/OwnPtr.h"
#include "wtf/Uint8ClampedArray.h"
#include "SkMatrixConvolutionImageFilter.h"
-#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/graphics/filters/FEConvolveMatrix.h ('k') | Source/core/platform/graphics/filters/FEDisplacementMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698