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

Unified Diff: ash/default_accessibility_delegate.h

Issue 2808053004: Fire accessibilityPrivate events on two-finger hold gesture. (Closed)
Patch Set: Rebase Created 3 years, 8 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/default_accessibility_delegate.h
diff --git a/ash/default_accessibility_delegate.h b/ash/default_accessibility_delegate.h
index 749abf3dd21e021dfd0254f8a4f104568972c3ac..8ef719b971eba8b64688c8ed1cada24f77d29fd1 100644
--- a/ash/default_accessibility_delegate.h
+++ b/ash/default_accessibility_delegate.h
@@ -56,6 +56,8 @@ class ASH_EXPORT DefaultAccessibilityDelegate : public AccessibilityDelegate {
double GetSavedScreenMagnifierScale() override;
void TriggerAccessibilityAlert(AccessibilityAlert alert) override;
AccessibilityAlert GetLastAccessibilityAlert() override;
+ void OnTwoFingerTouchStart() override;
+ void OnTwoFingerTouchStop() override;
oshima 2017/04/10 18:32:08 do you need these?
dmazzoni 2017/04/11 05:49:40 No. Looks like an opportunity for cleanup, as most
bool ShouldToggleSpokenFeedbackViaTouch() override;
void PlaySpokenFeedbackToggleCountdown(int tick_count) override;
void PlayEarcon(int sound_key) override;

Powered by Google App Engine
This is Rietveld 408576698