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

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

Issue 251103005: Added arrow key navigation to Overview Mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed rob's comments, clang warnings. 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/transparent_activate_window_button.h
diff --git a/ash/wm/overview/transparent_activate_window_button.h b/ash/wm/overview/transparent_activate_window_button.h
index cf4c509d82b670d478310e5953453648737f4e1f..7c7179c3c8e0715b29bd2c99052751d0f710f227 100644
--- a/ash/wm/overview/transparent_activate_window_button.h
+++ b/ash/wm/overview/transparent_activate_window_button.h
@@ -20,6 +20,10 @@ class TransparentActivateWindowButton : public views::ButtonListener {
// Sets the bounds of the transparent window.
void SetBounds(const gfx::Rect& bounds);
+ // Sends an a11y focus alert so that if chromevox is enabled, the window title
+ // is read.
+ void SendFocusAlert() const;
+
// views::ButtonListener:
virtual void ButtonPressed(views::Button* sender,
const ui::Event& event) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698