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

Unified Diff: Source/core/events/OverflowEventInit.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.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/OverflowEventInit.idl
diff --git a/Source/core/events/OverflowEventInit.idl b/Source/core/events/OverflowEventInit.idl
index 5353922b79e8adab70caf11d21a8c86a5a0f10cc..138e8a53319e94b2710e4a9cdc3cb6b98aeada1b 100644
--- a/Source/core/events/OverflowEventInit.idl
+++ b/Source/core/events/OverflowEventInit.idl
@@ -4,7 +4,9 @@
// Non-standard.
-dictionary OverflowEventInit : EventInit {
+[
+ RuntimeEnabled=OverflowChangedEvent,
+] dictionary OverflowEventInit : EventInit {
unsigned short orient;
boolean horizontalOverflow;
boolean verticalOverflow;
« no previous file with comments | « Source/core/events/OverflowEvent.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698