| 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 4256eb3fdcc37a7553d7a0ae93a7aa47b1b404d4..0e461ab621e00997d5381adf71600fbbf221ea10 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -193,7 +193,7 @@ protected:
|
| ScrollbarOrientation m_orientation;
|
| ScrollbarControlSize m_controlSize;
|
| ScrollbarTheme& m_theme;
|
| - HostWindow* m_hostWindow;
|
| + RawPtrWillBeMember<HostWindow> m_hostWindow;
|
|
|
| int m_visibleSize;
|
| int m_totalSize;
|
|
|