| 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 2d3967235356ebc63ee8434d5cb8e51f6f40e313..4d044ffd00136feedd7b13bb248a8981edcabf28 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| @@ -68,7 +68,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
|
|
|