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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp

Issue 2835403002: Call ScrollableArea::ShowOverlayScrollbars for explicit scrolls only. (Closed)
Patch Set: fix VisualViewport Created 3 years, 8 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/ScrollbarThemeOverlay.cpp
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
index b978eecd5211803858547d78baee97e6b730dabc..7bb561df67c3d0dc0e96145776293c3b7b715b07 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
@@ -69,10 +69,6 @@ ScrollbarPart ScrollbarThemeOverlay::InvalidateOnThumbPositionChange(
return kNoPart;
}
-ScrollbarPart ScrollbarThemeOverlay::InvalidateOnEnabledChange() const {
- return kNoPart;
-}
-
int ScrollbarThemeOverlay::ScrollbarThickness(
ScrollbarControlSize control_size) {
return thumb_thickness_ + scrollbar_margin_;

Powered by Google App Engine
This is Rietveld 408576698