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

Unified Diff: ui/views/corewm/tooltip_controller.h

Issue 2829653002: Removed (spurious, touch-initiated) tooltips from nav buttons (Closed)
Patch Set: Unit test cleanup Created 3 years, 8 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 | « no previous file | ui/views/corewm/tooltip_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/corewm/tooltip_controller.h
diff --git a/ui/views/corewm/tooltip_controller.h b/ui/views/corewm/tooltip_controller.h
index 630df7442d349e268734479a3f954582e7e3681a..68d3fb6a6a3889de2927f621de69331ef92bc44e 100644
--- a/ui/views/corewm/tooltip_controller.h
+++ b/ui/views/corewm/tooltip_controller.h
@@ -111,8 +111,9 @@ class VIEWS_EXPORT TooltipController
// this timer fires.
base::OneShotTimer tooltip_shown_timer_;
- // Location of the last event in |tooltip_window_|'s coordinates.
+ // Location of the last events in |tooltip_window_|'s coordinates.
gfx::Point curr_mouse_loc_;
+ gfx::Point last_touch_loc_;
bool tooltips_enabled_;
« no previous file with comments | « no previous file | ui/views/corewm/tooltip_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698