| Index: third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.h b/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| index 236e12750b36b579b419537aa14e1e1053df1ffa..d999d2234c97c42aaf57b44c6d48ec60f9642aa7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| @@ -74,7 +74,7 @@ public:
|
| virtual String extraDefaultStyleSheet();
|
| virtual String extraQuirksStyleSheet() { return String(); }
|
| virtual String extraMediaControlsStyleSheet() { return String(); }
|
| - virtual String extraFullScreenStyleSheet() { return String(); }
|
| + virtual String extraFullscreenStyleSheet() { return String(); }
|
|
|
| // A method to obtain the baseline position for a "leaf" control. This will only be used if a baseline
|
| // position cannot be determined by examining child content. Checkboxes and radio buttons are examples of
|
|
|