| 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 d5d704d1f65d05af759fe2932dca0a0e81602cb2..9b969b21fff408e3af9061d5859c361edcd97e14 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -222,6 +222,8 @@ private:
|
| void invalidateRect(const IntRect&) override { setNeedsPaintInvalidation(AllParts); }
|
|
|
| float scrollableAreaCurrentPos() const;
|
| + float scrollableAreaTargetPos() const;
|
| + bool thumbWillBeUnderMouse() const;
|
|
|
| bool m_trackNeedsRepaint;
|
| bool m_thumbNeedsRepaint;
|
|
|