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

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

Issue 1195223006: Reports the position of the caret and current selection in content editables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unit tests. Created 5 years, 5 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 21391ca71ff80862786d4fc5c378cf486277a323..556f7e04d3bf0ded7fc17d59713877b6fddcf949 100644
--- a/content/browser/accessibility/browser_accessibility_manager.h
+++ b/content/browser/accessibility/browser_accessibility_manager.h
@@ -229,7 +229,7 @@ class CONTENT_EXPORT BrowserAccessibilityManager : public ui::AXTreeDelegate {
BrowserAccessibilityManagerAndroid* ToBrowserAccessibilityManagerAndroid();
#endif
- // Return the object that has focus, if it's a descandant of the
+ // 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);

Powered by Google App Engine
This is Rietveld 408576698