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

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

Issue 2454913003: MainFrame scrollbars should work with RFV instead of FV (Closed)
Patch Set: Fix broken chromeos bot Created 4 years, 1 month 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/ScrollbarManager.h
diff --git a/third_party/WebKit/Source/core/paint/ScrollbarManager.h b/third_party/WebKit/Source/core/paint/ScrollbarManager.h
index ff638a8598960474e3bafb8343a072eae67d01a6..e6b57816bd266ac50e013a814a40101e8ffad508 100644
--- a/third_party/WebKit/Source/core/paint/ScrollbarManager.h
+++ b/third_party/WebKit/Source/core/paint/ScrollbarManager.h
@@ -17,6 +17,11 @@ class CORE_EXPORT ScrollbarManager {
public:
ScrollbarManager(ScrollableArea&);
+ // TODO(crbug.com/661236): The scroller should be the one that owns this
+ // ScrollbarManager and this setter should be removed.
+ // The scroller that this scrollbar it attached to.
+ void setScroller(ScrollableArea*);
+
void dispose();
Scrollbar* horizontalScrollbar() const {

Powered by Google App Engine
This is Rietveld 408576698