Index: Source/modules/presentation/DefaultSessionStartEvent.idl |
diff --git a/Source/modules/presentation/DefaultSessionStartEvent.idl b/Source/modules/presentation/DefaultSessionStartEvent.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b9bdbd5d36458b287c86b4d8581219136ca35cfd |
--- /dev/null |
+++ b/Source/modules/presentation/DefaultSessionStartEvent.idl |
@@ -0,0 +1,10 @@ |
+// Copyright 2015 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. |
+ |
+[ |
+ Constructor(DOMString type, optional DefaultSessionStartEventInit eventInitDict), |
+ RuntimeEnabled=Presentation |
+] interface DefaultSessionStartEvent : Event { |
+ readonly attribute PresentationSession session; |
+}; |