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

Unified Diff: ui/views/accessibility/ax_aura_obj_cache.h

Issue 2456673002: Update focus when widget changes visibility. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | ui/views/accessibility/ax_aura_obj_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/accessibility/ax_aura_obj_cache.h
diff --git a/ui/views/accessibility/ax_aura_obj_cache.h b/ui/views/accessibility/ax_aura_obj_cache.h
index fc9a8c91352eb1775f2bb9da12dad9c80ed56653..c73abe1ad858eddc1e5faf347e34e378a02c796f 100644
--- a/ui/views/accessibility/ax_aura_obj_cache.h
+++ b/ui/views/accessibility/ax_aura_obj_cache.h
@@ -82,6 +82,9 @@ class VIEWS_EXPORT AXAuraObjCache
// Get the object that has focus.
AXAuraObjWrapper* GetFocus();
+ // Send a notification that the focused view may have changed.
+ void OnFocusedViewChanged();
+
// Indicates if this object's currently being destroyed.
bool is_destroying() { return is_destroying_; }
« no previous file with comments | « no previous file | ui/views/accessibility/ax_aura_obj_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698