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

Unified Diff: third_party/WebKit/Source/core/events/InputEvent.h

Issue 1479923002: Enumerate the return value of dispatchEvent so it is clear. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_passive_uma_add
Patch Set: Fix typo Created 4 years, 10 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
Index: third_party/WebKit/Source/core/events/InputEvent.h
diff --git a/third_party/WebKit/Source/core/events/InputEvent.h b/third_party/WebKit/Source/core/events/InputEvent.h
index 4cbffbea6e5fb1cc5211de8c26522eb5d3e277f1..f6c46ae58d23d1c655b4c72059353d8d97b9a273 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.h
+++ b/third_party/WebKit/Source/core/events/InputEvent.h
@@ -26,8 +26,6 @@ public:
bool isInputEvent() const override;
- PassRefPtrWillBeRawPtr<EventDispatchMediator> createMediator() override;
-
DECLARE_VIRTUAL_TRACE();
private:
@@ -35,16 +33,6 @@ private:
InputEvent(const AtomicString&, const InputEventInit&);
};
-class InputEventDispatchMediator final : public EventDispatchMediator {
-public:
- static PassRefPtrWillBeRawPtr<InputEventDispatchMediator> create(PassRefPtrWillBeRawPtr<InputEvent>);
-
-private:
- explicit InputEventDispatchMediator(PassRefPtrWillBeRawPtr<InputEvent>);
- InputEvent& event() const;
- bool dispatchEvent(EventDispatcher&) const override;
-};
-
DEFINE_EVENT_TYPE_CASTS(InputEvent);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/events/GestureEvent.cpp ('k') | third_party/WebKit/Source/core/events/InputEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698