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

Unified Diff: Source/core/css/fullscreen.css

Issue 227493007: Merge 170810 "Fix an issue that webkit-transform might impact fu..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1916/
Patch Set: Created 6 years, 8 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 | « LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/fullscreen.css
===================================================================
--- Source/core/css/fullscreen.css (revision 171001)
+++ Source/core/css/fullscreen.css (working copy)
@@ -31,6 +31,7 @@
width: 100% !important;
flex: 1 !important;
display: block !important;
+ -webkit-transform: none !important;
}
img:-webkit-full-screen {
« no previous file with comments | « LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698