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

Unified Diff: third_party/WebCore/Modules/encryptedmedia/MediaKeyNeededEvent.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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: third_party/WebCore/Modules/encryptedmedia/MediaKeyNeededEvent.idl
diff --git a/third_party/WebCore/html/canvas/CanvasRenderingContext.idl b/third_party/WebCore/Modules/encryptedmedia/MediaKeyNeededEvent.idl
similarity index 83%
copy from third_party/WebCore/html/canvas/CanvasRenderingContext.idl
copy to third_party/WebCore/Modules/encryptedmedia/MediaKeyNeededEvent.idl
index c48e68161cb333baf2e07e5ccfa00803cfae607f..b3d407b5067c6e9c0d4a4b2d5748395f4ca6039f 100644
--- a/third_party/WebCore/html/canvas/CanvasRenderingContext.idl
+++ b/third_party/WebCore/Modules/encryptedmedia/MediaKeyNeededEvent.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Apple Inc. All rights reserved.
+ * Copyright (C) 2012 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -23,11 +23,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- JSCustomMarkFunction,
- JSGenerateIsReachable,
- CustomToJSObject
-] interface CanvasRenderingContext {
- readonly attribute HTMLCanvasElement canvas;
+interface [
+ Conditional=ENCRYPTED_MEDIA_V2,
+ V8EnabledAtRuntime=encryptedMedia,
+ ConstructorTemplate=Event
+] MediaKeyNeededEvent : Event {
+ readonly attribute Uint8Array initData;
};

Powered by Google App Engine
This is Rietveld 408576698