Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: content/child/webthemeengine_impl_default.h

Issue 2006643004: Fix scrollbar buttons on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698