Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: sky/engine/web/WebViewImpl.h

Issue 868933003: Remove user gesture tracking (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/engine/web/WebViewImpl.h
diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
index 47d6dba29841871c7dc338e50849b0f4f463f884..159df5593b8cb70f6ab26fd0fc0f14a7f0f91803 100644
--- a/sky/engine/web/WebViewImpl.h
+++ b/sky/engine/web/WebViewImpl.h
@@ -52,7 +52,6 @@
namespace blink {
class Frame;
-class UserGestureToken;
class WebLocalFrameImpl;
class WebImage;
class WebSettingsImpl;
@@ -287,7 +286,6 @@ private:
// If set, the (plugin) node which has mouse capture.
RefPtr<Node> m_mouseCaptureNode;
- RefPtr<UserGestureToken> m_mouseCaptureGestureToken;
IntRect m_rootLayerScrollDamage;
WebLayer* m_rootLayer;
@@ -306,8 +304,6 @@ private:
bool m_showScrollBottleneckRects;
WebColor m_baseBackgroundColor;
WebColor m_backgroundColorOverride;
-
- bool m_userGestureObserved;
};
// We have no ways to check if the specified WebView is an instance of

Powered by Google App Engine
This is Rietveld 408576698