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

Unified Diff: Source/testing/runner/WebAXObjectProxy.h

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 2 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
« no previous file with comments | « Source/testing/runner/AccessibilityController.cpp ('k') | Source/testing/runner/WebAXObjectProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/WebAXObjectProxy.h
diff --git a/Source/testing/runner/WebAXObjectProxy.h b/Source/testing/runner/WebAXObjectProxy.h
index c772f3a132321a42db849a95ea6d74104cddd628..7c4ebf8378a8cf0a82645452812838e56aeba1fe 100644
--- a/Source/testing/runner/WebAXObjectProxy.h
+++ b/Source/testing/runner/WebAXObjectProxy.h
@@ -140,6 +140,8 @@ private:
void scrollToMakeVisibleCallback(const CppArgumentList&, CppVariant*);
void scrollToMakeVisibleWithSubFocusCallback(const CppArgumentList&, CppVariant*);
void scrollToGlobalPointCallback(const CppArgumentList&, CppVariant*);
+ void wordStartCallback(const CppArgumentList&, CppVariant*);
+ void wordEndCallback(const CppArgumentList&, CppVariant*);
void fallbackCallback(const CppArgumentList&, CppVariant*);
« no previous file with comments | « Source/testing/runner/AccessibilityController.cpp ('k') | Source/testing/runner/WebAXObjectProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698