| 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 6cefcb2c9092f6ea3fd00ca1b72692839d83580a..ebe87d8c96f036fa903584d91c5091350679af4d 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -249,6 +249,7 @@ class PLATFORM_EXPORT Scrollbar : public Widget,
|
| float scrollableAreaTargetPos() const;
|
| bool thumbWillBeUnderMouse() const;
|
|
|
| + int m_themeScrollbarThickness;
|
| bool m_trackNeedsRepaint;
|
| bool m_thumbNeedsRepaint;
|
| };
|
|
|