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

Unified Diff: third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h

Issue 2942163002: [Refactor] Moved scrollbar creation and deletion to ScrollbarManager (Closed)
Patch Set: change ShouldUseCustomScrollbars Created 3 years, 6 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/core/paint/PaintInvalidationCapableScrollableArea.h
diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h
index 993658aff28edcb1f7827098cedf2a59dc39c0f9..51b8d92b3e9b441a5b9c721fcafc636edb17deed 100644
--- a/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h
@@ -39,6 +39,7 @@ class CORE_EXPORT PaintInvalidationCapableScrollableArea
}
void DidScrollWithScrollbar(ScrollbarPart, ScrollbarOrientation) override;
+ bool ShouldUseCustomScrollbars(LayoutObject*&) const override;
private:
virtual LayoutScrollbarPart* ScrollCorner() const = 0;

Powered by Google App Engine
This is Rietveld 408576698