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

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

Issue 6969027: Trigger GPU acceleration in the picture slide show and the media player. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
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
diff --git a/chrome/browser/resources/mediaplayer.html b/chrome/browser/resources/mediaplayer.html
index ccdb77f561fc621824b6f419e62b2e1c05541849..a858d83d90f53b74816df18324dc6330cd797fbb 100644
--- a/chrome/browser/resources/mediaplayer.html
+++ b/chrome/browser/resources/mediaplayer.html
@@ -8,6 +8,7 @@
body {
overflow: hidden;
background: black;
+ -webkit-transform: translateZ(0);
}
.error {
« 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