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

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

Issue 2454913003: MainFrame scrollbars should work with RFV instead of FV (Closed)
Patch Set: add test + rebase Created 4 years, 2 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/ScrollbarManager.h
diff --git a/third_party/WebKit/Source/core/paint/ScrollbarManager.h b/third_party/WebKit/Source/core/paint/ScrollbarManager.h
index ff638a8598960474e3bafb8343a072eae67d01a6..0bf716490fc63939919b0e56ab85aed3604b51ad 100644
--- a/third_party/WebKit/Source/core/paint/ScrollbarManager.h
+++ b/third_party/WebKit/Source/core/paint/ScrollbarManager.h
@@ -17,6 +17,9 @@ class CORE_EXPORT ScrollbarManager {
public:
ScrollbarManager(ScrollableArea&);
+ // 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