| Index: third_party/WebKit/Source/core/css/mediaControls.css
|
| diff --git a/third_party/WebKit/Source/core/css/mediaControls.css b/third_party/WebKit/Source/core/css/mediaControls.css
|
| index 7acdba129b71c07ad41db95ea3048efe8f2bd416..3308cda5c27e8f7a332ebb13f73195a21d1e4a1e 100644
|
| --- a/third_party/WebKit/Source/core/css/mediaControls.css
|
| +++ b/third_party/WebKit/Source/core/css/mediaControls.css
|
| @@ -123,7 +123,8 @@ video::-webkit-media-controls-overlay-enclosure {
|
| flex: 1 1;
|
| min-height: 0;
|
| width: 100%;
|
| - /* prevent disambiguation zooms with the panel */
|
| + /* Prevent disambiguation zooms with the panel. If this changes, it must
|
| + * also be changed in core/html/shadow/MediaControls.cpp. */
|
| margin-bottom: 10px;
|
| text-indent: 0;
|
| box-sizing: border-box;
|
|
|