| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| index 338a27b8ed56dd3370f159d25c83c9306cce0811..6ef640fa00f5c302b8fb0228252508e1e5eb3703 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| @@ -430,6 +430,7 @@ class PLATFORM_EXPORT ScrollableArea : public GarbageCollectedMixin {
|
| unsigned m_scrollCornerNeedsPaintInvalidation : 1;
|
| unsigned m_scrollbarsHidden : 1;
|
| unsigned m_scrollbarCaptured : 1;
|
| + unsigned m_mouseOverScrollbar : 1;
|
|
|
| // There are 6 possible combinations of writing mode and direction. Scroll
|
| // origin will be non-zero in the x or y axis if there is any reversed
|
|
|