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

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

Issue 2780923003: Revert of Change minimum length of Aura overlay scrollbars. (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
index 0005cf9f4552467ad2a1d69459c5ad136dc20f2e..7460d9ebbdf7ffe74b6f887d52a746ba1b9911a2 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
@@ -146,7 +146,7 @@
virtual IntRect thumbRect(const ScrollbarThemeClient&);
virtual int thumbThickness(const ScrollbarThemeClient&);
- virtual int minimumThumbLength(const ScrollbarThemeClient&) = 0;
+ virtual int minimumThumbLength(const ScrollbarThemeClient&);
virtual void splitTrack(const ScrollbarThemeClient&,
const IntRect& track,
« no previous file with comments | « content/child/webthemeengine_impl_android.cc ('k') | third_party/WebKit/Source/platform/scroll/ScrollbarTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698