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

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

Issue 1656713002: Add will-change: none !important to fullscreen.css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing -expected.html file Created 4 years, 11 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
Index: third_party/WebKit/Source/core/css/fullscreen.css
diff --git a/third_party/WebKit/Source/core/css/fullscreen.css b/third_party/WebKit/Source/core/css/fullscreen.css
index bb9c79e0eae427ab0fa76dd0fc2fa00796f0c063..1ff986e2916fae4984f8a5e48aca2ee5c03791d6 100644
--- a/third_party/WebKit/Source/core/css/fullscreen.css
+++ b/third_party/WebKit/Source/core/css/fullscreen.css
@@ -19,6 +19,7 @@
-webkit-box-reflect: none !important;
-webkit-perspective: none !important;
-webkit-transform-style: flat !important;
+ will-change: none !important;
}
video:-webkit-full-screen, audio:-webkit-full-screen {

Powered by Google App Engine
This is Rietveld 408576698