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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h

Issue 2478743003: add Tickmarks to aura overlay scrollbar (Closed)
Patch Set: add Tickmarks to aura overlay scrollbar Created 4 years, 1 month 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: third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
index 2620014d7c97acfe526c87a2a0528736eb9fad4e..3544ca74ca1c3cfe731915f118f566ca3dfe056f 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
@@ -39,6 +39,9 @@ namespace blink {
class PLATFORM_EXPORT ScrollbarThemeAura : public ScrollbarTheme {
public:
int scrollbarThickness(ScrollbarControlSize) override;
+ static void paintAuraTickmarks(GraphicsContext&,
bokan 2016/11/04 19:46:25 Lets just move this implementation into ScrollbarT
+ const Scrollbar&,
+ const IntRect&);
protected:
bool hasButtons(const ScrollbarThemeClient&) override { return true; }

Powered by Google App Engine
This is Rietveld 408576698