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

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

Issue 18551004: Miscellaneous cleanup to reduce number of includes in platform/graphics/ Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 months 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 c8912d013d4cf4ae7270c659fc5e9133afea8a1f..6e1aa3477536da273d26820dc04e01aab3439ae7 100644
--- a/Source/core/platform/graphics/filters/FEMorphology.cpp
+++ b/Source/core/platform/graphics/filters/FEMorphology.cpp
@@ -23,20 +23,18 @@
*/
#include "config.h"
-
#include "core/platform/graphics/filters/FEMorphology.h"
+#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/filters/Filter.h"
#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
-
#include "core/platform/text/TextStream.h"
#include "core/rendering/RenderTreeAsText.h"
+#include "third_party/skia/include/effects/SkMorphologyImageFilter.h"
+#include "wtf/ParallelJobs.h"
+#include "wtf/Uint8ClampedArray.h"
+#include "wtf/Vector.h"
-#include <wtf/ParallelJobs.h>
-#include <wtf/Uint8ClampedArray.h>
-#include <wtf/Vector.h>
-
-#include "SkMorphologyImageFilter.h"
using std::min;
using std::max;
« no previous file with comments | « Source/core/platform/graphics/filters/FELighting.cpp ('k') | Source/core/platform/graphics/filters/FETurbulence.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698