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

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

Issue 2095243002: Remove EventSender from SVGStyleElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include fix Created 4 years, 3 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/SVGStyleElement.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/SVGStyleElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGStyleElement.h b/third_party/WebKit/Source/core/svg/SVGStyleElement.h
index 68f294b1e1eed0fd28f60607b8b9811b2c2e0e1c..ede26ff1fe4af922f0d79616932f0c4de3724733 100644
--- a/third_party/WebKit/Source/core/svg/SVGStyleElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.h
@@ -23,14 +23,11 @@
#include "core/SVGNames.h"
#include "core/dom/StyleElement.h"
-#include "core/events/EventSender.h"
#include "core/svg/SVGElement.h"
#include "platform/heap/Handle.h"
namespace blink {
-using SVGStyleEventSender = EventSender<SVGStyleElement>;
-
class SVGStyleElement final : public SVGElement
, public StyleElement {
DEFINE_WRAPPERTYPEINFO();
@@ -53,7 +50,7 @@ public:
String title() const override;
void setTitle(const AtomicString&);
- void dispatchPendingEvent(SVGStyleEventSender*);
+ void dispatchPendingEvent();
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGStyleElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698