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

Unified Diff: Source/core/rendering/svg/RenderSVGResourceFilter.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/rendering/svg/RenderSVGResourceFilter.cpp
diff --git a/Source/core/rendering/svg/RenderSVGResourceFilter.cpp b/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
index 919ca6026e0a942e8f3f40889e31a3da11c87a55..8c079eb7d721e165b0f6a023d69ca215bcfdfcd6 100644
--- a/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
+++ b/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
@@ -26,8 +26,6 @@
#if ENABLE(SVG)
#include "RenderSVGResourceFilter.h"
-#include "AffineTransform.h"
-#include "FilterEffect.h"
#include "ImageData.h"
#include "Page.h"
#include "RenderSVGResource.h"
@@ -41,14 +39,16 @@
#include "SVGStyledElement.h"
#include "SVGUnitTypes.h"
#include "Settings.h"
-#include "SourceAlpha.h"
-#include "SourceGraphic.h"
#include "core/platform/graphics/FloatPoint.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/Image.h"
#include "core/platform/graphics/ImageBuffer.h"
#include "core/platform/graphics/IntRect.h"
+#include "core/platform/graphics/filters/FilterEffect.h"
+#include "core/platform/graphics/filters/SourceAlpha.h"
+#include "core/platform/graphics/filters/SourceGraphic.h"
+#include "core/platform/graphics/transforms/AffineTransform.h"
#include <wtf/UnusedParam.h>
#include <wtf/Vector.h>
« no previous file with comments | « Source/core/rendering/svg/RenderSVGResourceClipper.cpp ('k') | Source/core/rendering/svg/RenderSVGResourceGradient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698