Chromium Code Reviews

Unified Diff: Source/core/svg/SVGFEImageElement.h

Issue 601833002: Remove unused headers from RenderSVGResource.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/svg/SVGFEFloodElement.cpp ('k') | Source/core/svg/SVGFEImageElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFEImageElement.h
diff --git a/Source/core/svg/SVGFEImageElement.h b/Source/core/svg/SVGFEImageElement.h
index d7978636e461b7eb4722e6646fb7976fe94f7179..d7ca8f8a3d80e8ff19a460b48b43a4e785638d98 100644
--- a/Source/core/svg/SVGFEImageElement.h
+++ b/Source/core/svg/SVGFEImageElement.h
@@ -23,13 +23,11 @@
#include "core/SVGNames.h"
#include "core/fetch/ImageResource.h"
+#include "core/fetch/ImageResourceClient.h"
#include "core/fetch/ResourcePtr.h"
-#include "core/svg/SVGAnimatedBoolean.h"
#include "core/svg/SVGAnimatedPreserveAspectRatio.h"
#include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
#include "core/svg/SVGURIReference.h"
-#include "core/svg/graphics/filters/SVGFEImage.h"
-#include "platform/graphics/ImageBuffer.h"
namespace blink {
« no previous file with comments | « Source/core/svg/SVGFEFloodElement.cpp ('k') | Source/core/svg/SVGFEImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine