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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.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/ScrollbarThemeMock.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
index a94f6e6e4e7176c26b12197cc971bf9bfcef4ddd..b400984777a5655a45f6c611d46cb5265e651046 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
@@ -63,6 +63,8 @@ class PLATFORM_EXPORT ScrollbarThemeMock : public ScrollbarTheme {
const DisplayItemClient&,
const IntRect& cornerRect) override;
+ int minimumThumbLength(const ScrollbarThemeClient&) override;
+
private:
bool isMockTheme() const final { return true; }
};

Powered by Google App Engine
This is Rietveld 408576698