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

Unified Diff: sky/engine/core/frame/DOMTimer.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/core/frame/DOMTimer.h
diff --git a/sky/engine/core/frame/DOMTimer.h b/sky/engine/core/frame/DOMTimer.h
index 8c578744e1eb8a22dda0a1f8219b37ad062d3a95..85077677917e95971f956095ded972f39d8ce394 100644
--- a/sky/engine/core/frame/DOMTimer.h
+++ b/sky/engine/core/frame/DOMTimer.h
@@ -29,7 +29,6 @@
#include "sky/engine/bindings/core/v8/ScheduledAction.h"
#include "sky/engine/core/frame/SuspendableTimer.h"
-#include "sky/engine/platform/UserGestureIndicator.h"
#include "sky/engine/wtf/Compiler.h"
#include "sky/engine/wtf/OwnPtr.h"
#include "sky/engine/wtf/PassOwnPtr.h"
@@ -74,7 +73,6 @@ private:
int m_timeoutID;
int m_nestingLevel;
OwnPtr<ScheduledAction> m_action;
- RefPtr<UserGestureToken> m_userGestureToken;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698