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

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

Issue 2055023002: Exclude more CSS properties for fullscreen video on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android only. Created 4 years, 6 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/fullscreenAndroid.css
diff --git a/third_party/WebKit/Source/core/css/fullscreenAndroid.css b/third_party/WebKit/Source/core/css/fullscreenAndroid.css
new file mode 100644
index 0000000000000000000000000000000000000000..9216afde0a72fdc8b819c7cbe54074e70eefb9e1
--- /dev/null
+++ b/third_party/WebKit/Source/core/css/fullscreenAndroid.css
@@ -0,0 +1,9 @@
+video:-webkit-full-screen, audio:-webkit-full-screen {
foolip 2016/06/21 16:59:36 Should it really apply to audio elements? They can
sandersd (OOO until July 31) 2016/06/21 18:30:08 Done. (I did not change fullscreen.css to match th
+ border: none !important;
foolip 2016/06/21 16:59:36 This one ought to go away with the top layer rewri
sandersd (OOO until July 31) 2016/06/21 18:30:08 This is specific to fullscreen on Android, for inl
+ background-image: none !important;
+ opacity: 1 !important;
+ -webkit-filter: none !important;
foolip 2016/06/21 16:59:36 -webkit-filter is an alias for filter, are both ne
sandersd (OOO until July 31) 2016/06/21 18:30:08 Then it'll have to be the -webkit-filter variant,
+ filter: none !important;
+ border-radius: 0 !important;
+ mix-blend-mode: normal !important;
+}

Powered by Google App Engine
This is Rietveld 408576698