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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate_views.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 missing files 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: chrome/browser/ui/ash/chrome_shell_delegate_views.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
index e4f0e073ad972d5ff12185a566a45f10b1dabfd4..1b62266ac7ed0766853d592c1395e14a18c174d3 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
@@ -125,6 +125,10 @@ class EmptyAccessibilityDelegate : public ash::AccessibilityDelegate {
return base::TimeDelta();
}
+ gfx::Insets GetWorkAreaInsets(aura::Window* root_window) const override {
+ return gfx::Insets();
+ }
+
private:
DISALLOW_COPY_AND_ASSIGN(EmptyAccessibilityDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698