| Index: third_party/WebKit/Source/core/svg/SVGFEImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
|
| index 4df7845a171aec42dbd14ad0b2eb44d17bcdb67a..ae6b4f5882bbc7929339a62c73693da19cbd30e2 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:
|
|
|