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

Unified Diff: chrome/browser/resources/file_manager/slideshow.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 | « no previous file | chrome/browser/resources/mediaplayer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/slideshow.html
diff --git a/chrome/browser/resources/file_manager/slideshow.html b/chrome/browser/resources/file_manager/slideshow.html
index 4c40d39d0c4356fe1bda90a2518e0b2d1d8031ca..44e0c5929b118ef0b7bc233b42ca2455c9ad46f7 100644
--- a/chrome/browser/resources/file_manager/slideshow.html
+++ b/chrome/browser/resources/file_manager/slideshow.html
@@ -8,6 +8,7 @@
body {
overflow: hidden;
background: black;
+ -webkit-transform: translateZ(0);
}
#glow {
« no previous file with comments | « no previous file | chrome/browser/resources/mediaplayer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698