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

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

Issue 2478743003: add Tickmarks to aura overlay scrollbar (Closed)
Patch Set: typo 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..7cd1e28a07479d4ac3f60cfa94bff7a541c18a96 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
@@ -54,9 +54,6 @@ class PLATFORM_EXPORT ScrollbarThemeAura : public ScrollbarTheme {
bool painting = false) override;
int minimumThumbLength(const ScrollbarThemeClient&) override;
- void paintTickmarks(GraphicsContext&,
- const Scrollbar&,
- const IntRect&) override;
void paintTrackBackground(GraphicsContext&,
const Scrollbar&,
const IntRect&) override;

Powered by Google App Engine
This is Rietveld 408576698