| Index: content/child/webthemeengine_impl_default.h
|
| diff --git a/content/child/webthemeengine_impl_default.h b/content/child/webthemeengine_impl_default.h
|
| index e4e1c7eaddc2f167e028aeab3ecfdbde5c65c4f9..3268321bcc7bdc952ca3160e1455530434ccb7e1 100644
|
| --- a/content/child/webthemeengine_impl_default.h
|
| +++ b/content/child/webthemeengine_impl_default.h
|
| @@ -16,6 +16,7 @@ class WebThemeEngineImpl : public blink::WebThemeEngine {
|
| public:
|
| // WebThemeEngine methods:
|
| blink::WebSize getSize(blink::WebThemeEngine::Part) override;
|
| + bool hasScrollbarButtons() override;
|
| void paint(blink::WebCanvas* canvas,
|
| blink::WebThemeEngine::Part part,
|
| blink::WebThemeEngine::State state,
|
|
|