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

Unified Diff: modules/mediasource/HTMLVideoElementMediaSource.idl

Issue 126143003: Update IDL to Chrome 32 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Add new files Created 6 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
« no previous file with comments | « modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl ('k') | modules/mediasource/MediaSource.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/mediasource/HTMLVideoElementMediaSource.idl
diff --git a/modules/crypto/AesKeyGenParams.idl b/modules/mediasource/HTMLVideoElementMediaSource.idl
similarity index 92%
copy from modules/crypto/AesKeyGenParams.idl
copy to modules/mediasource/HTMLVideoElementMediaSource.idl
index 2158208404ce34b4f110f5e97a940d93215bb682..79a51ab39cd9173a88a82d72f1e8f72175d06119 100644
--- a/modules/crypto/AesKeyGenParams.idl
+++ b/modules/mediasource/HTMLVideoElementMediaSource.idl
@@ -27,9 +27,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
-[
- NoInterfaceObject,
-] interface AesKeyGenParams : Algorithm {
- readonly attribute unsigned short length;
+partial interface HTMLVideoElement {
+ [RuntimeEnabled=MediaSourceExperimental] VideoPlaybackQuality getVideoPlaybackQuality();
};
« no previous file with comments | « modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl ('k') | modules/mediasource/MediaSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698