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

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

Issue 2131283002: Use will-change: auto !important in fullscreen.css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1ff986e2916fae4984f8a5e48aca2ee5c03791d6..f6a773a73e17bf7a0a5399429012a6d612dd3803 100644
--- a/third_party/WebKit/Source/core/css/fullscreen.css
+++ b/third_party/WebKit/Source/core/css/fullscreen.css
@@ -19,7 +19,7 @@
-webkit-box-reflect: none !important;
-webkit-perspective: none !important;
-webkit-transform-style: flat !important;
- will-change: none !important;
+ will-change: auto !important;
}
video:-webkit-full-screen, audio:-webkit-full-screen {
« no previous file with comments | « third_party/WebKit/LayoutTests/fullscreen/full-screen-will-change.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698