summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
diff options
context:
space:
mode:
authorfs@opera.com <fs@opera.com>2014-09-24 16:58:35 +0000
committerfs@opera.com <fs@opera.com>2014-09-24 16:58:35 +0000
commit12fbb1598a94dd0d8d450139c661a4669479dba5 (patch)
tree6fe691f5bf2b4e4885694789467dda75580f46ec /third_party/WebKit/Source/core/svg/SVGFEImageElement.h
parent669ed1970b49166cd6c9373a8b704014e5115c70 (diff)
downloadchromium_src-12fbb1598a94dd0d8d450139c661a4669479dba5.zip
chromium_src-12fbb1598a94dd0d8d450139c661a4669479dba5.tar.gz
chromium_src-12fbb1598a94dd0d8d450139c661a4669479dba5.tar.bz2
Remove unused headers from RenderSVGResource.h
Fix fallout and do some (very minor) drive-by fixing. Review URL: https://codereview.chromium.org/601833002 git-svn-id: svn://svn.chromium.org/blink/trunk@182614 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/Source/core/svg/SVGFEImageElement.h')
-rw-r--r--third_party/WebKit/Source/core/svg/SVGFEImageElement.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
index d797863..d7ca8f8 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
+++ b/third_party/WebKit/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 {