Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: third_party/WebKit/Source/core/svg/SVGUseElement.h

Issue 2095253002: Remove EventSender from SVGUseElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGUseElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGUseElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698