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

Unified Diff: content/browser/web_contents/aura/gesture_nav_simple.h

Issue 2986483002: Adding metrics logging for Simplified Gesture Navigation. (Closed)
Patch Set: Rebase Created 3 years, 5 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/web_contents/aura/gesture_nav_simple.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/aura/gesture_nav_simple.h
diff --git a/content/browser/web_contents/aura/gesture_nav_simple.h b/content/browser/web_contents/aura/gesture_nav_simple.h
index d2a63a18a604de9595d4e00413f5a46bdf04b578..f910f0d48da49eb618159d3b8ae590c1a712c6b5 100644
--- a/content/browser/web_contents/aura/gesture_nav_simple.h
+++ b/content/browser/web_contents/aura/gesture_nav_simple.h
@@ -42,6 +42,7 @@ class GestureNavSimple : public OverscrollControllerDelegate {
WebContentsImpl* web_contents_;
std::unique_ptr<Affordance> affordance_;
float completion_threshold_;
+ OverscrollSource source_ = OverscrollSource::NONE;
// When an overscroll is active, represents the maximum overscroll delta we
// expect in OnOverscrollUpdate().
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/web_contents/aura/gesture_nav_simple.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698