| 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;
|
|
|