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

Unified Diff: Source/core/platform/graphics/filters/FEMorphology.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/FEMorphology.cpp
diff --git a/Source/core/platform/graphics/filters/FEMorphology.cpp b/Source/core/platform/graphics/filters/FEMorphology.cpp
index f3ca075eae1afffa05832608bbd442e414713c3a..93e0985c637942908c670ab3ac870ca76efef49a 100644
--- a/Source/core/platform/graphics/filters/FEMorphology.cpp
+++ b/Source/core/platform/graphics/filters/FEMorphology.cpp
@@ -26,8 +26,9 @@
#include "core/platform/graphics/filters/FEMorphology.h"
-#include "core/platform/graphics/filters/ParallelJobs.h"
-#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
+
+#include "platform/graphics/filters/ParallelJobs.h"
+#include "platform/graphics/filters/SkiaImageFilterBuilder.h"
#include "platform/text/TextStream.h"
#include "wtf/Uint8ClampedArray.h"
#include "wtf/Vector.h"
« no previous file with comments | « Source/core/platform/graphics/filters/FEMorphology.h ('k') | Source/core/platform/graphics/filters/FEOffset.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698