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

Unified Diff: ash/root_window_controller.h

Issue 2007863004: Fix the double-tap to click gesture in touch accessibility mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 283468ec5f719803cb48d1f6948ec15864a15e5e..211c0d9b3780c0bb7bb2edeeaa13f47089df3d88 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -229,6 +229,10 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Tests if a window is associated with the virtual keyboard.
bool IsVirtualKeyboardWindow(aura::Window* window);
+ // If touch exploration is enabled, update the touch exploration
+ // controller so that synthesized touch events are anchored at this point.
+ void SetTouchAccessibilityAnchorPoint(const gfx::Point& anchor_point);
+
private:
explicit RootWindowController(AshWindowTreeHost* host);
enum RootWindowType {

Powered by Google App Engine
This is Rietveld 408576698