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

Unified Diff: content/browser/accessibility/browser_accessibility_manager.h

Issue 1706353002: Added the selected text marker range to the dictionary for the selection change notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Now works the first time you start the browser. Created 4 years, 10 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: content/browser/accessibility/browser_accessibility_manager.h
diff --git a/content/browser/accessibility/browser_accessibility_manager.h b/content/browser/accessibility/browser_accessibility_manager.h
index a993de8e1c7f8756a3a31ce37bca821fd9c3e43e..48cda8a2a3ac6f6f241bbf9aaab035be63a55d03 100644
--- a/content/browser/accessibility/browser_accessibility_manager.h
+++ b/content/browser/accessibility/browser_accessibility_manager.h
@@ -251,6 +251,7 @@ class CONTENT_EXPORT BrowserAccessibilityManager : public ui::AXTreeDelegate {
// Return the object that has focus, if it's a descendant of the
// given root (inclusive). Does not make a new reference.
virtual BrowserAccessibility* GetFocus(BrowserAccessibility* root);
+ virtual BrowserAccessibility* GetFocus();
dmazzoni 2016/02/18 21:16:42 fwiw, this will conflict with a change i'm hoping
// Return the descentant of the given root that has focus, or that object's
// active descendant if it has one.

Powered by Google App Engine
This is Rietveld 408576698