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

Unified Diff: third_party/WebKit/Source/core/dom/GlobalEventHandlers.h

Issue 2936263003: Move onwheel to GlobalEventHandlers.idl (Closed)
Patch Set: add missing OWNER file for mac/virtual/stable/webexposed/ Created 3 years, 5 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/dom/GlobalEventHandlers.h
diff --git a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.h b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.h
index 462e3cdc8bcd35180d75f159be71ea165b5596c7..24b34330dd01452e81d63e06026ae51dc8afea21 100644
--- a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.h
+++ b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.h
@@ -108,6 +108,7 @@ DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchmove);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchstart);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(volumechange);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(waiting);
+DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(wheel);
}
} // namespace
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.idl ('k') | third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698