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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.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: Add TODO for second display 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: chrome/browser/chromeos/accessibility/accessibility_manager.h
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.h b/chrome/browser/chromeos/accessibility/accessibility_manager.h
index 65f28bf25e2b0fbd7f78a038f4973aaf27a327ad..ee204c466ab0ba49e5843ff8facf82f146cf9692 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.h
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.h
@@ -250,6 +250,10 @@ class AccessibilityManager
// to ChromeVox.
void HandleAccessibilityGesture(ui::AXGesture gesture);
+ // Update the touch exploration controller so that synthesized
+ // touch events are anchored at this point.
+ void SetTouchAccessibilityAnchorPoint(const gfx::Point& anchor_point);
+
// Called by our widget observer when the ChromeVoxPanel is closing.
void OnChromeVoxPanelClosing();
void OnChromeVoxPanelDestroying();

Powered by Google App Engine
This is Rietveld 408576698