summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
diff options
context:
space:
mode:
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, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
index 4df7845..ae6b4f5 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
@@ -23,7 +23,7 @@
#include "core/SVGNames.h"
#include "core/fetch/ImageResource.h"
-#include "core/fetch/ImageResourceClient.h"
+#include "core/fetch/ResourceClient.h"
#include "core/svg/SVGAnimatedPreserveAspectRatio.h"
#include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
#include "core/svg/SVGURIReference.h"
@@ -33,7 +33,7 @@ namespace blink {
class SVGFEImageElement final : public SVGFilterPrimitiveStandardAttributes,
public SVGURIReference,
- public ImageResourceClient {
+ public ResourceClient {
DEFINE_WRAPPERTYPEINFO();
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SVGFEImageElement);
public: