Index: third_party/WebKit/Source/core/svg/SVGImageElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGImageElement.h b/third_party/WebKit/Source/core/svg/SVGImageElement.h |
index db9341b98a306454de1b26e8921429328e766959..982bb170bc8a649b31f2690d67abbd45592bd7f6 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGImageElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGImageElement.h |
@@ -22,7 +22,7 @@ |
#define SVGImageElement_h |
#include "core/SVGNames.h" |
-#include "core/html/canvas/CanvasImageElementSource.h" |
+#include "core/html/canvas/HTMLAndSVGImageElementSource.h" |
#include "core/svg/SVGAnimatedLength.h" |
#include "core/svg/SVGAnimatedPreserveAspectRatio.h" |
#include "core/svg/SVGGraphicsElement.h" |
@@ -33,7 +33,7 @@ |
namespace blink { |
class CORE_EXPORT SVGImageElement final : public SVGGraphicsElement, |
- public CanvasImageElementSource, |
+ public HTMLAndSVGImageElementSource, |
public SVGURIReference { |
DEFINE_WRAPPERTYPEINFO(); |
USING_GARBAGE_COLLECTED_MIXIN(SVGImageElement); |