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

Unified Diff: modules/mediasource/VideoPlaybackQuality.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/mediasource/URLMediaSource.idl ('k') | modules/mediasource/WebKitMediaSource.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/mediasource/VideoPlaybackQuality.idl
diff --git a/core/html/ime/Composition.idl b/modules/mediasource/VideoPlaybackQuality.idl
similarity index 84%
copy from core/html/ime/Composition.idl
copy to modules/mediasource/VideoPlaybackQuality.idl
index 494d2a06b75f42a4c55b6a01b0069e2701f412a3..7be130b56c2353e6ab274507e4611eef1363b296 100644
--- a/core/html/ime/Composition.idl
+++ b/modules/mediasource/VideoPlaybackQuality.idl
@@ -27,13 +27,10 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
-// http://www.w3.org/TR/ime-api/
-[
- NoInterfaceObject
-] interface Composition {
- readonly attribute DOMString text;
- readonly attribute long selectionStart;
- readonly attribute long selectionEnd;
- sequence<unsigned long> getSegments();
+[RuntimeEnabled=MediaSourceExperimental]
+interface VideoPlaybackQuality {
+ readonly attribute double creationTime;
+ readonly attribute unsigned long totalVideoFrames;
+ readonly attribute unsigned long droppedVideoFrames;
+ readonly attribute unsigned long corruptedVideoFrames;
};
« no previous file with comments | « modules/mediasource/URLMediaSource.idl ('k') | modules/mediasource/WebKitMediaSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698