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

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

Issue 2855613002: Removed |which| from KeyboardEvent and MouseEvent. (Closed)
Patch Set: Removed FIXME, counters. Rebased. Created 3 years, 7 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/MouseEvent.h
diff --git a/third_party/WebKit/Source/core/events/MouseEvent.h b/third_party/WebKit/Source/core/events/MouseEvent.h
index eec939b184365b9c182f7d28dbb9afca903c9c74..7d948b1024d05ab0032c9a6c140a2ee290a07c87 100644
--- a/third_party/WebKit/Source/core/events/MouseEvent.h
+++ b/third_party/WebKit/Source/core/events/MouseEvent.h
@@ -113,7 +113,7 @@ class CORE_EXPORT MouseEvent : public UIEventWithKeyState {
const AtomicString& InterfaceName() const override;
bool IsMouseEvent() const override;
- int which() const final;
+ unsigned which() const override;
EventDispatchMediator* CreateMediator() override;
« no previous file with comments | « third_party/WebKit/Source/core/events/KeyboardEvent.idl ('k') | third_party/WebKit/Source/core/events/MouseEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698