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

Unified Diff: chrome/browser/resources/mediaplayer.html

Issue 7065017: mediaplayer: trigger hardware acceleration closer to players (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 7 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 | « chrome/browser/resources/file_manager/slideshow.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/mediaplayer.html
===================================================================
--- chrome/browser/resources/mediaplayer.html (revision 86144)
+++ chrome/browser/resources/mediaplayer.html (working copy)
@@ -8,7 +8,6 @@
body {
overflow: hidden;
background: black;
- -webkit-transform: translateZ(0);
}
.error {
@@ -222,6 +221,7 @@
position: absolute;
left: 0;
top: 0;
+ -webkit-transform: translateZ(0);
}
.duration {
« no previous file with comments | « chrome/browser/resources/file_manager/slideshow.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698