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

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

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/ScrollbarTheme.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
index 75b4c5544ba3a0b80a6cb6bb2c2a298b667b9b55..935014bdd55ae1e824f6a63a2a007b70fddc5502 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
@@ -94,10 +94,6 @@ class PLATFORM_EXPORT ScrollbarTheme {
return kAllParts;
}
- // Returns parts of the scrollbar which must be repainted following a change
- // in enabled state.
- virtual ScrollbarPart InvalidateOnEnabledChange() const { return kAllParts; }
-
virtual void PaintScrollCorner(GraphicsContext&,
const DisplayItemClient&,
const IntRect& corner_rect);

Powered by Google App Engine
This is Rietveld 408576698