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

Unified Diff: Source/core/wawwa/ProxyPlayer.idl

Issue 491053004: Expose Web Animations API to Web Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/core/wawwa/ProxyPlayer.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceDocument.idl b/Source/core/wawwa/ProxyPlayer.idl
similarity index 96%
copy from Source/bindings/tests/idls/TestInterfaceDocument.idl
copy to Source/core/wawwa/ProxyPlayer.idl
index 2a687e871a44bace871a2d7b65243bbbdedc7339..965d33dd839853b3c5274c4c9d9fa17288115ab5 100644
--- a/Source/bindings/tests/idls/TestInterfaceDocument.idl
+++ b/Source/core/wawwa/ProxyPlayer.idl
@@ -28,5 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface TestInterfaceDocument : Document {
+// go/wawwa-design-doc
+
+interface ProxyPlayer {
shans 2014/08/25 11:53:59 Is this exposed to script?
+
};
+
+

Powered by Google App Engine
This is Rietveld 408576698