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

Unified Diff: Source/modules/presentation/AvailableChangeEventInit.idl

Issue 832263007: Added plumbing for the availablechange event from Blink to WebPresentationClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
Index: Source/modules/presentation/AvailableChangeEventInit.idl
diff --git a/Source/core/events/RelatedEventInit.idl b/Source/modules/presentation/AvailableChangeEventInit.idl
similarity index 55%
copy from Source/core/events/RelatedEventInit.idl
copy to Source/modules/presentation/AvailableChangeEventInit.idl
index 17d65f942e717d38760b97327afef847712e7136..7fb30a8bbff8fa938cbd1208a30c0f639bf46f1b 100644
--- a/Source/core/events/RelatedEventInit.idl
+++ b/Source/modules/presentation/AvailableChangeEventInit.idl
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://html.spec.whatwg.org/#relatedevent
+// http://w3c.github.io/presentation-api/#availablechangeevent
-dictionary RelatedEventInit : EventInit {
- EventTarget? relatedTarget;
-};
+dictionary AvailableChangeEventInit : EventInit {
+ boolean available;
Peter Beverloo 2015/01/07 14:29:08 nit: indent. Also include the default value here,
whywhat 2015/01/07 16:22:16 Done.
+};

Powered by Google App Engine
This is Rietveld 408576698