Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutThemeMobile.h |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h |
| index be75679f84cd965d9f020a2af04c641cd4da3cbf..7d24914aa62fa75b2cf032931831dce61920beaf 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h |
| @@ -38,6 +38,7 @@ public: |
| void adjustInnerSpinButtonStyle(ComputedStyle&) const override; |
| String extraMediaControlsStyleSheet() override; |
| + String extraFullScreenStyleSheet() override; |
|
foolip
2016/06/21 16:59:36
Suggest Fullscreen with a small s
sandersd (OOO until July 31)
2016/06/21 18:30:08
To confirm: you would like me to change the name o
foolip
2016/06/21 19:12:55
Yes, for newly added code it would be good to use
sandersd (OOO until July 31)
2016/06/21 19:34:20
Done.
|
| Color platformTapHighlightColor() const override |
| { |