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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXNodeObject.h

Issue 2745713002: WIP: Modified AXPosition to work with objects with both embedded object characters and text. (Closed)
Patch Set: Simplified and cleaned up selection code in Blink > Accessibility. Created 3 years, 6 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: third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
index 0b779ef6bfd8cd3aa4dd60c919dc42edda514a7a..6ad03703a61860a33a4a5aa661351c8a378e6db3 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -184,6 +184,9 @@ class MODULES_EXPORT AXNodeObject : public AXObjectImpl {
String Placeholder(AXNameFrom) const override;
bool NameFromLabelElement() const override;
+ // Selection.
+ AXRange Selection() const override;
+
// Location
void GetRelativeBounds(AXObjectImpl** out_container,
FloatRect& out_bounds_in_container,

Powered by Google App Engine
This is Rietveld 408576698