| Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| index c3b1ecce3e2797676d90f6c6e79f4a61bbacfd76..6e91a78664571a48f3c23a47b0d430d8708a7dc1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
|
| @@ -1061,7 +1061,7 @@ void LayoutThemeMac::adjustMediaSliderThumbSize(ComputedStyle& style) const
|
| MediaControlsPainter::adjustMediaSliderThumbSize(style);
|
| }
|
|
|
| -String LayoutThemeMac::extraFullScreenStyleSheet()
|
| +String LayoutThemeMac::extraFullscreenStyleSheet()
|
| {
|
| // FIXME: Chromium may wish to style its default media controls differently in fullscreen.
|
| return String();
|
|
|