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

Unified Diff: Source/core/events/OverflowEvent.idl

Issue 959643002: Remove the overflowchanged event with a runtime flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 5 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
« no previous file with comments | « Source/core/events/OverflowEvent.cpp ('k') | Source/core/events/OverflowEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/OverflowEvent.idl
diff --git a/Source/core/events/OverflowEvent.idl b/Source/core/events/OverflowEvent.idl
index 2e7f88321929841b44262e5af2c2c7550506e61f..b4b0c02b4a3743f874a950c0ba1c24a6e8e3732f 100644
--- a/Source/core/events/OverflowEvent.idl
+++ b/Source/core/events/OverflowEvent.idl
@@ -25,6 +25,7 @@
[
Constructor(DOMString type, optional OverflowEventInit eventInitDict),
+ RuntimeEnabled=OverflowChangedEvent,
] interface OverflowEvent : Event {
const unsigned short HORIZONTAL = 0;
const unsigned short VERTICAL = 1;
« no previous file with comments | « Source/core/events/OverflowEvent.cpp ('k') | Source/core/events/OverflowEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698