| Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| index d3ae4599f8bc88c2995b0ef6f4e3f6d122ab0468..f6e11f9a3bb1593c58cc8dac172d30b71ab74fc1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| @@ -158,7 +158,7 @@ public:
|
|
|
| protected:
|
| void adjustMediaSliderThumbSize(ComputedStyle&) const;
|
| - String extraFullScreenStyleSheet() override;
|
| + String extraFullscreenStyleSheet() override;
|
|
|
| // Controls color values returned from platformFocusRingColor(). systemColor() will be used when false.
|
| bool usesTestModeFocusRingColor() const;
|
|
|