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

Unified Diff: ash/default_accessibility_delegate.cc

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.cc
diff --git a/ash/default_accessibility_delegate.cc b/ash/default_accessibility_delegate.cc
index f337a2eb39a3cc51ddd641446acbf76ca32c8bd0..1d70f935477b5b49fc0e252754844318ae8e5e4f 100644
--- a/ash/default_accessibility_delegate.cc
+++ b/ash/default_accessibility_delegate.cc
@@ -6,6 +6,8 @@
#include <limits>
+#include "ui/gfx/geometry/insets.h"
+
namespace ash {
DefaultAccessibilityDelegate::DefaultAccessibilityDelegate()
@@ -118,4 +120,8 @@ base::TimeDelta DefaultAccessibilityDelegate::PlayShutdownSound() const {
return base::TimeDelta();
}
+void DefaultAccessibilityDelegate::ComputeWorkAreaInsets(
+ aura::Window* root_window,
+ gfx::Insets* out_insets) const {}
+
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698