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

Unified Diff: Source/modules/accessibility/AXInlineTextBox.h

Issue 1185343003: Implements the ability to get and set the caret position and the current selection from anywhere in… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved layout tests to another CL. 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: Source/modules/accessibility/AXInlineTextBox.h
diff --git a/Source/modules/accessibility/AXInlineTextBox.h b/Source/modules/accessibility/AXInlineTextBox.h
index 10df4fa48b60bbf0bd7d4bf0900b486f97aaa0d0..08ec3b1888c9b02636c969b84d5b7b12e443a80b 100644
--- a/Source/modules/accessibility/AXInlineTextBox.h
+++ b/Source/modules/accessibility/AXInlineTextBox.h
@@ -52,7 +52,7 @@ public:
AccessibilityRole roleValue() const override { return InlineTextBoxRole; }
String stringValue() const override;
void textCharacterOffsets(Vector<int>&) const override;
- void wordBoundaries(Vector<PlainTextRange>& words) const override;
+ void wordBoundaries(Vector<AXRange>& words) const override;
LayoutRect elementRect() const override;
AXObject* computeParent() const override;
AccessibilityTextDirection textDirection() const override;
« no previous file with comments | « LayoutTests/accessibility/contenteditable-selection-expected.txt ('k') | Source/modules/accessibility/AXInlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698