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