Index: Source/core/dom/IdleCallbackDeadline.idl |
diff --git a/Source/core/input/InputDeviceCapabilitiesInit.idl b/Source/core/dom/IdleCallbackDeadline.idl |
similarity index 51% |
copy from Source/core/input/InputDeviceCapabilitiesInit.idl |
copy to Source/core/dom/IdleCallbackDeadline.idl |
index e7ae86debbf39f39be3b5ece4134d3d4289be0a2..a0d63eecc6017b40ada666a103a0864d603023bd 100644 |
--- a/Source/core/input/InputDeviceCapabilitiesInit.idl |
+++ b/Source/core/dom/IdleCallbackDeadline.idl |
@@ -3,7 +3,9 @@ |
// found in the LICENSE file. |
[ |
- RuntimeEnabled=InputDeviceCapabilities, |
-] dictionary InputDeviceCapabilitiesInit { |
- boolean firesTouchEvents = false; |
+ GarbageCollected, |
+ RuntimeEnabled=RequestIdleCallback, |
+] interface IdleCallbackDeadline { |
+ double timeRemaining(); |
esprehn
2015/08/21 08:22:20
This should be a property I think.
rmcilroy
2015/08/21 11:21:52
Done (I'll also update the Spec as such).
|
+ readonly attribute boolean didTimeout; |
}; |