| 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 0aa28fa4f5141ded6fa2e1f6b52e1969800cb2c6..bb57f99a5db77c7e9264465a8a9e2368e1da4c8c 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -112,6 +112,7 @@ public:
|
| bool isOverlayScrollbar() const override;
|
| bool shouldParticipateInHitTesting();
|
|
|
| + void windowActiveChanged();
|
| bool isWindowActive() const;
|
|
|
| bool gestureEvent(const PlatformGestureEvent&);
|
|
|