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

Unified Diff: webkit/glue/webmediaplayer_impl.h

Issue 8468011: Only report Media.AcceleratedCompositingActive for video-having playbacks and add Media.URLScheme. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: anonymous namespace Created 9 years, 1 month 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 | « no previous file | webkit/glue/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webmediaplayer_impl.h
diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/glue/webmediaplayer_impl.h
index 3acaa6f1d8b4e2369a851e528b03c936863f4655..ac573d915cfa676f710f37eca284c239dd911ccb 100644
--- a/webkit/glue/webmediaplayer_impl.h
+++ b/webkit/glue/webmediaplayer_impl.h
@@ -267,6 +267,8 @@ class WebMediaPlayerImpl
scoped_refptr<media::MediaLog> media_log_;
+ bool is_accelerated_compositing_active_;
+
bool incremented_externally_allocated_memory_;
DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerImpl);
« no previous file with comments | « no previous file | webkit/glue/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698