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

Unified Diff: content/renderer/media/webmediaplayer_impl.h

Issue 405963004: Remove Media.AcceleratedCompositingActive UMA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: obsolete Created 6 years, 5 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 | « no previous file | content/renderer/media/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webmediaplayer_impl.h
diff --git a/content/renderer/media/webmediaplayer_impl.h b/content/renderer/media/webmediaplayer_impl.h
index d8e83ffc2dd2eda1355d77177d87ce94c0839f0d..d705af200966146df2473b4b1fbacbe11393a092 100644
--- a/content/renderer/media/webmediaplayer_impl.h
+++ b/content/renderer/media/webmediaplayer_impl.h
@@ -300,10 +300,6 @@ class WebMediaPlayerImpl
base::Callback<void(const base::Closure&)> defer_load_cb_;
- // Since accelerated compositing status is only known after the first layout,
- // we delay reporting it to UMA until that time.
- bool accelerated_compositing_reported_;
-
bool incremented_externally_allocated_memory_;
// Factories for supporting video accelerators. May be null.
« no previous file with comments | « no previous file | content/renderer/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698