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

Unified Diff: ash/default_accessibility_delegate.h

Issue 1274563004: Show ChromeVox caption panel when spoken feedback is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chromevox_panel_html
Patch Set: Add SetDisplayWorkAreaInsetsForTesting for tests Created 5 years, 1 month 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 5680fc01e16a036482eabf803634d2d6e789bae6..28e7538e2704803baea80903a8abc13ef7dc6287 100644
--- a/ash/default_accessibility_delegate.h
+++ b/ash/default_accessibility_delegate.h
@@ -41,6 +41,8 @@ class ASH_EXPORT DefaultAccessibilityDelegate : public AccessibilityDelegate {
ui::AccessibilityAlert GetLastAccessibilityAlert() override;
void PlayEarcon(int sound_key) override;
base::TimeDelta PlayShutdownSound() const override;
+ void ComputeWorkAreaInsets(aura::Window* root_window,
+ gfx::Insets* out_insets) const override;
private:
bool spoken_feedback_enabled_;

Powered by Google App Engine
This is Rietveld 408576698