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

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

Issue 2734483002: Reland Change minimum length of Aura overlay scrollbars. (Closed)
Patch Set: Fix breakage on Android 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 7460d9ebbdf7ffe74b6f887d52a746ba1b9911a2..0005cf9f4552467ad2a1d69459c5ad136dc20f2e 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
@@ -146,7 +146,7 @@ class PLATFORM_EXPORT ScrollbarTheme {
virtual IntRect thumbRect(const ScrollbarThemeClient&);
virtual int thumbThickness(const ScrollbarThemeClient&);
- virtual int minimumThumbLength(const ScrollbarThemeClient&);
+ virtual int minimumThumbLength(const ScrollbarThemeClient&) = 0;
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