Index: modules/device_light/DeviceLightEvent.idl |
diff --git a/modules/device_light/DeviceLightEvent.idl b/modules/device_light/DeviceLightEvent.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6d3d3b9ed440f98a62dbca0d502f9163def1869d |
--- /dev/null |
+++ b/modules/device_light/DeviceLightEvent.idl |
@@ -0,0 +1,10 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+[ |
+ RuntimeEnabled=DeviceLight, |
+ EventConstructor |
+] interface DeviceLightEvent : Event { |
+ [InitializedByEventConstructor] readonly attribute unrestricted double value; |
+}; |