Commit 692e12a9 authored by tbarzic@chromium.org's avatar tbarzic@chromium.org

mediaplayer: trigger hardware acceleration closer to player

This is a workaround for a regression to fix the missing video in the MediaPlayer as reported in bug 15310. It is a followup to
http://codereview.chromium.org/6969027/

BUG=chromium-os:15310
TEST=ran manually to see the video
Review URL: http://codereview.chromium.org/7065017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86539 0039d316-1c4b-4281-b951-d872f2087c98
parent 290c47e4
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
body { body {
overflow: hidden; overflow: hidden;
background: black; background: black;
-webkit-transform: translateZ(0);
} }
#glow { #glow {
...@@ -28,6 +27,7 @@ body { ...@@ -28,6 +27,7 @@ body {
top: 0; top: 0;
bottom: 30px; bottom: 30px;
overflow: hidden; overflow: hidden;
-webkit-transform: translateZ(0);
} }
#playercontrols { #playercontrols {
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
body { body {
overflow: hidden; overflow: hidden;
background: black; background: black;
-webkit-transform: translateZ(0);
} }
.error { .error {
...@@ -222,6 +221,7 @@ body { ...@@ -222,6 +221,7 @@ body {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
-webkit-transform: translateZ(0);
} }
.duration { .duration {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment