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

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

Issue 2745713002: WIP: Modified AXPosition to work with objects with both embedded object characters and text. (Closed)
Patch Set: Created 3 years, 9 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/ax_platform_position.h
diff --git a/content/browser/accessibility/ax_platform_position.h b/content/browser/accessibility/ax_platform_position.h
index a55832f82c3f3a5d22b43dd32d20c44b6264621c..186c02b4a662794899b3074bd89affb84b868553 100644
--- a/content/browser/accessibility/ax_platform_position.h
+++ b/content/browser/accessibility/ax_platform_position.h
@@ -40,6 +40,7 @@ class AXPlatformPosition
BrowserAccessibility* GetNodeInTree(AXTreeID tree_id,
int32_t node_id) const override;
int MaxTextOffset() const override;
+ int MaxTextOffsetInParent() const override;
bool IsInLineBreak() const override;
std::vector<int32_t> GetWordStartOffsets() const override;
std::vector<int32_t> GetWordEndOffsets() const override;

Powered by Google App Engine
This is Rietveld 408576698