| 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 {
|
|
|