| Index: third_party/WebKit/Source/core/input/GestureManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/GestureManager.h b/third_party/WebKit/Source/core/input/GestureManager.h
|
| index 91955577a80c9170b52045850bba993d68df2e06..e4bfb3984fb9a58c9c68500a0ea045d9c21b79cd 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.h
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.h
|
| @@ -55,7 +55,7 @@ private:
|
| const Member<LocalFrame> m_frame;
|
|
|
| ScrollManager* m_scrollManager;
|
| - PointerEventManager* m_pointerEventManager;
|
| + const Member<PointerEventManager> m_pointerEventManager;
|
|
|
| // Set on GestureTapDown if the |pointerdown| event corresponding to the
|
| // triggering |touchstart| event was canceled. This suppresses mouse event
|
|
|