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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.h

Issue 2559663002: Support focus highlight in Android window (Closed)
Patch Set: Remove blank lines around forward declaration. Created 3 years, 11 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: chrome/browser/chromeos/accessibility/accessibility_manager.h
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.h b/chrome/browser/chromeos/accessibility/accessibility_manager.h
index 3da064d05d07337d46598ca0eb3a32b8089caf34..06284b8b6519be4b3485936905a69d65685aeb30 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.h
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.h
@@ -28,6 +28,10 @@
class Profile;
+namespace gfx {
+class Rect;
+} // namespace gfx
+
namespace chromeos {
class AccessibilityExtensionLoader;
@@ -250,6 +254,9 @@ class AccessibilityManager
// Play tick sound indicating spoken feedback will be toggled after countdown.
bool PlaySpokenFeedbackToggleCountdown(int tick_count);
+ // Notify that a view is focused in arc.
+ void OnViewFocusedInArc(const gfx::Rect& bounds);
hidehiko 2017/01/20 13:24:15 Similary, what's |bounds|'s coordinate system etc.
yawano 2017/01/23 09:04:51 Done.
+
// Plays an earcon. Earcons are brief and distinctive sounds that indicate
// when their mapped event has occurred. The sound key enums can be found in
// chromeos/audio/chromeos_sounds.h.

Powered by Google App Engine
This is Rietveld 408576698