Revert of Implement timers by posting delayed tasks (patchset #21 id:400001 of https...
[chromium-blink-merge.git] / third_party / WebKit / Source / core / events / OverflowEventInit.idl
blob138e8a53319e94b2710e4a9cdc3cb6b98aeada1b
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Non-standard.
8 RuntimeEnabled=OverflowChangedEvent,
9 ] dictionary OverflowEventInit : EventInit {
10 unsigned short orient;
11 boolean horizontalOverflow;
12 boolean verticalOverflow;