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

Unified Diff: ash/root_window_controller.h

Issue 359453003: Added accurate TouchToMouseMode testing to SplitTap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: browser test now checks for hidden cursor aftera long press Created 6 years, 6 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: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 5c91f5669671eb8db421af1d50c359bfeb83d275..94e13dc78a7e43ad9486a0802d53537db51e2adf 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -16,6 +16,7 @@
#include "ui/aura/window.h"
#include "ui/aura/window_tree_host.h"
#include "ui/base/ui_base_types.h"
+#include "ui/chromeos/touch_exploration_controller.h"
class SkBitmap;
@@ -114,6 +115,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
const aura::WindowTreeHost* GetHost() const;
aura::Window* GetRootWindow();
const aura::Window* GetRootWindow() const;
+ ui::TouchExplorationController* GetTouchExplorationController();
mfomitchev 2014/07/02 16:46:47 Creating GetTouchExplorationController() in RWC ju
RootWindowLayoutManager* root_window_layout() { return root_window_layout_; }

Powered by Google App Engine
This is Rietveld 408576698