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 b46547424b9eff6ee12861d0f1adeddb99b2e80d..81078710b71451afe80910d90468cb1cc75976eb 100644 |
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h |
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h |
@@ -198,6 +198,8 @@ class PLATFORM_EXPORT Scrollbar : public FrameViewBase, |
// part. |
void setNeedsPaintInvalidation(ScrollbarPart invalidParts); |
+ bool hasScrollCorner() const; |
+ |
// Promptly unregister from the theme manager + run finalizers of derived |
// Scrollbars. |
EAGERLY_FINALIZE(); |
@@ -258,6 +260,7 @@ class PLATFORM_EXPORT Scrollbar : public FrameViewBase, |
bool m_trackNeedsRepaint; |
bool m_thumbNeedsRepaint; |
LayoutRect m_visualRect; |
+ bool m_hitBeginOrEnd; |
}; |
DEFINE_TYPE_CASTS(Scrollbar, |