| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| index 295a0e8855eff96899ea4cd1f8178c15ecae9495..d5d704d1f65d05af759fe2932dca0a0e81602cb2 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -97,6 +97,7 @@ public:
|
| int scrollbarThickness() const;
|
|
|
| // Called by the ScrollableArea when the scroll offset changes.
|
| + // Will trigger paint invalidation if required.
|
| void offsetDidChange();
|
|
|
| void disconnectFromScrollableArea();
|
|
|