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

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

Issue 2701433003: Hide overlay play button if it can't be shown without clipping (Closed)
Patch Set: Add comments for dependent constants Created 3 years, 9 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/mediaControlsAndroid.css
diff --git a/third_party/WebKit/Source/core/css/mediaControlsAndroid.css b/third_party/WebKit/Source/core/css/mediaControlsAndroid.css
index ac07ffdfd4284b2e8268a1f67e2bdcbba03e145b..341d49c85a6d1413d044a77e3985bb5ac3a133ba 100644
--- a/third_party/WebKit/Source/core/css/mediaControlsAndroid.css
+++ b/third_party/WebKit/Source/core/css/mediaControlsAndroid.css
@@ -35,6 +35,8 @@ audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
+ /* If this changes, it must also be changed in
+ * core/html/shadow/MediaControls.cpp. */
height: 48px;
min-width: 48px;
line-height: 48px;
« no previous file with comments | « third_party/WebKit/Source/core/css/mediaControls.css ('k') | third_party/WebKit/Source/core/html/shadow/MediaControls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698