| Index: third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.h b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| index 2cb5f7a7a9b9d42fcbadbf475a024f8c41354936..e7158d69c64da62df9e0a0b7e628ec53bea6da65 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGUseElement_h
|
| #define SVGUseElement_h
|
|
|
| -#include "core/events/EventSender.h"
|
| #include "core/fetch/DocumentResource.h"
|
| #include "core/svg/SVGAnimatedLength.h"
|
| #include "core/svg/SVGGeometryElement.h"
|
| @@ -31,8 +30,6 @@
|
|
|
| namespace blink {
|
|
|
| -using SVGUseEventSender = EventSender<SVGUseElement>;
|
| -
|
| class SVGUseElement final : public SVGGraphicsElement,
|
| public SVGURIReference,
|
| public DocumentResourceClient {
|
| @@ -57,7 +54,7 @@ class SVGUseElement final : public SVGGraphicsElement,
|
|
|
| void buildPendingResource() override;
|
|
|
| - void dispatchPendingEvent(SVGUseEventSender*);
|
| + void dispatchPendingEvent();
|
| void toClipPath(Path&) const;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|