| Index: third_party/WebKit/Source/core/input/GestureManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/GestureManager.cpp b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| index 2ac482815ca50c85dcf664618d8124a06caae12f..aa5c93ea97b8209adf6a8b97ca41af14296efd75 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -43,6 +43,7 @@ DEFINE_TRACE(GestureManager)
|
| {
|
| visitor->trace(m_frame);
|
| visitor->trace(m_selectionController);
|
| + visitor->trace(m_pointerEventManager);
|
| }
|
|
|
| HitTestRequest::HitTestRequestType GestureManager::getHitTypeForGestureType(PlatformEvent::EventType type)
|
|
|