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

Unified Diff: ash/ash_touch_exploration_manager_chromeos.cc

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
« no previous file with comments | « ash/ash_touch_exploration_manager_chromeos.h ('k') | ash/root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_touch_exploration_manager_chromeos.cc
diff --git a/ash/ash_touch_exploration_manager_chromeos.cc b/ash/ash_touch_exploration_manager_chromeos.cc
index c9ed6c238f7c63c532872d726e9708fb5f1e0bda..6b1845d1c16575132feac903369bf58215bf96cf 100644
--- a/ash/ash_touch_exploration_manager_chromeos.cc
+++ b/ash/ash_touch_exploration_manager_chromeos.cc
@@ -97,6 +97,14 @@ void AshTouchExplorationManager::OnWindowActivated(
UpdateTouchExplorationState();
}
+void AshTouchExplorationManager::SetTouchAccessibilityAnchorPoint(
+ const gfx::Point& anchor_point) {
+ if (touch_exploration_controller_) {
+ touch_exploration_controller_->SetTouchAccessibilityAnchorPoint(
+ anchor_point);
+ }
+}
+
void AshTouchExplorationManager::UpdateTouchExplorationState() {
// Comes from components/exo/shell_surface.cc.
const char kExoShellSurfaceWindowName[] = "ExoShellSurface";
« no previous file with comments | « ash/ash_touch_exploration_manager_chromeos.h ('k') | ash/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698