| 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 42f6acb03e496ff86045ea5128cb1ef90039a2d2..98036ac1007162512b999b5162d9a0c1f452920c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
|
| @@ -161,7 +161,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;
|
|
|