Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebViewImpl.h
index 8f55b81..4a20a95 100644 (file)
@@ -76,6 +76,7 @@ class PagePopupClient;
 class PlatformKeyboardEvent;
 class PopupMenuClient;
 class RenderLayerCompositor;
+class UserGestureToken;
 }
 
 namespace blink {
@@ -723,6 +724,7 @@ private:
 
     // If set, the (plugin) node which has mouse capture.
     RefPtr<WebCore::Node> m_mouseCaptureNode;
+    RefPtr<WebCore::UserGestureToken> m_mouseCaptureGestureToken;
 
     WebCore::IntRect m_rootLayerScrollDamage;
     WebLayerTreeView* m_layerTreeView;