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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.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/ScrollbarThemeOverlay.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
index d746291a522d339095ccd0da569927ea065f8bfd..9b3088bddeaf61fae5bd8df8cdef0cc5ecb6878d 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
@@ -66,6 +66,9 @@ class PLATFORM_EXPORT ScrollbarThemeOverlay : public ScrollbarTheme {
bool painting = false) override;
IntRect trackRect(const ScrollbarThemeClient&,
bool painting = false) override;
+ void paintTickmarks(GraphicsContext&,
bokan 2016/11/04 19:46:25 Android uses this ScrollbarTheme, how do they draw
+ const Scrollbar&,
+ const IntRect&) override;
int thumbThickness(const ScrollbarThemeClient&) override;
int thumbThickness() { return m_thumbThickness; }

Powered by Google App Engine
This is Rietveld 408576698