| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| index 48942f4e4305682e757159c6d0d40677c4fdd819..8aad5d8abca4b317bde0764e73daeeba3d0bf8fb 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| @@ -57,6 +57,7 @@ Scrollbar::Scrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orient
|
| , m_controlSize(controlSize)
|
| , m_theme(theme ? *theme : ScrollbarTheme::theme())
|
| , m_hostWindow(hostWindow)
|
| + , m_screenId(0)
|
| , m_visibleSize(0)
|
| , m_totalSize(0)
|
| , m_currentPos(0)
|
|
|