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

Unified Diff: Source/platform/scroll/ScrollbarThemeOverlay.h

Issue 1318603005: Revert of Replace pinch scrollbars with regular scrollbars. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeAndroid.cpp ('k') | Source/platform/scroll/ScrollbarThemeOverlay.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarThemeOverlay.h
diff --git a/Source/platform/scroll/ScrollbarThemeOverlay.h b/Source/platform/scroll/ScrollbarThemeOverlay.h
index a8a16f99c5c71f4a2e97a5b6a0432d699ea5b0fb..5bfb241caf8a93b0ca2ca92e8ed100269793852d 100644
--- a/Source/platform/scroll/ScrollbarThemeOverlay.h
+++ b/Source/platform/scroll/ScrollbarThemeOverlay.h
@@ -59,8 +59,6 @@
void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) override;
ScrollbarPart hitTest(ScrollbarThemeClient*, const IntPoint&) override;
- static ScrollbarTheme* mobileTheme();
-
private:
int m_thumbThickness;
int m_scrollbarMargin;
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeAndroid.cpp ('k') | Source/platform/scroll/ScrollbarThemeOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698