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

Unified Diff: ash/wm/overview/window_selector_item.h

Issue 251103005: Added arrow key navigation to Overview Mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a bug with panels and changing windows bounds Created 6 years, 6 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/wm/overview/window_selector_item.h
diff --git a/ash/wm/overview/window_selector_item.h b/ash/wm/overview/window_selector_item.h
index 7b2fcb80f090a153fa6b9fc572fffcb3938fbb3a..452632514af07caad384115cc912af0e95e2b055 100644
--- a/ash/wm/overview/window_selector_item.h
+++ b/ash/wm/overview/window_selector_item.h
@@ -72,6 +72,10 @@ class WindowSelectorItem {
// dispatched when the bounds of a window change.
void RecomputeWindowTransforms();
+ // Sends an a11y focus alert so that, if chromevox is enabled, the window
+ // label is read.
+ void SendFocusAlert() const;
+
const gfx::Rect& bounds() { return bounds_; }
const gfx::Rect& target_bounds() { return target_bounds_; }

Powered by Google App Engine
This is Rietveld 408576698