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

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

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu Created 7 years, 8 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 9e1649c1d2e67ec318171516a9363eedaf911c78..5d9a4b53e98587b4671ca17f4868316c2a75bdc5 100644
--- a/Source/core/platform/graphics/filters/FEMorphology.cpp
+++ b/Source/core/platform/graphics/filters/FEMorphology.cpp
@@ -24,18 +24,18 @@
#include "config.h"
-#include "FEMorphology.h"
+#include "core/platform/graphics/filters/FEMorphology.h"
-#include "Filter.h"
#include "RenderTreeAsText.h"
#include "TextStream.h"
+#include "core/platform/graphics/filters/Filter.h"
#include <wtf/ParallelJobs.h>
#include <wtf/Uint8ClampedArray.h>
#include <wtf/Vector.h>
#include "SkMorphologyImageFilter.h"
-#include "SkiaImageFilterBuilder.h"
+#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
using std::min;
using std::max;
« 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