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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.cpp

Issue 2342353002: Clean up includes in SVGFE*Element and thereabouts (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.cpp
index 37869042a35e5ddd891d3a8ee83e6a90e3715fe6..f82779860009d4534026a001977114b5d14f240a 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.cpp
@@ -21,9 +21,8 @@
#include "core/svg/SVGFEGaussianBlurElement.h"
#include "core/SVGNames.h"
-#include "core/svg/SVGParserUtilities.h"
#include "core/svg/graphics/filters/SVGFilterBuilder.h"
-#include "platform/graphics/filters/FilterEffect.h"
+#include "platform/graphics/filters/FEGaussianBlur.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.h ('k') | third_party/WebKit/Source/core/svg/SVGFEMergeElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698