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

Unified Diff: views/widget/root_view.cc

Issue 5696005: Fix GestureManager Singleton implementation (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years 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 | « views/touchui/gesture_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/root_view.cc
diff --git a/views/widget/root_view.cc b/views/widget/root_view.cc
index b7c424be73383975ac0c3ce64a901b03cd9b2611..a0a752cbe55cf1ad4850284667cef64a8139e23a 100644
--- a/views/widget/root_view.cc
+++ b/views/widget/root_view.cc
@@ -82,7 +82,7 @@ RootView::RootView(Widget* widget)
drag_view_(NULL)
#if defined(TOUCH_UI)
,
- gesture_manager_(GestureManager::Get()),
+ gesture_manager_(GestureManager::GetInstance()),
touch_pressed_handler_(NULL)
#endif
#ifndef NDEBUG
« no previous file with comments | « views/touchui/gesture_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698