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

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

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address feedback 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
Index: Source/testing/runner/AccessibilityUIElementChromium.h
diff --git a/Source/testing/runner/AccessibilityUIElementChromium.h b/Source/testing/runner/AccessibilityUIElementChromium.h
index 2a4f22e1317b796cf91a9d89b9412159aa59d371..43e65d846b7824217dbcc8ca65f7ffe8c326611f 100644
--- a/Source/testing/runner/AccessibilityUIElementChromium.h
+++ b/Source/testing/runner/AccessibilityUIElementChromium.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*);

Powered by Google App Engine
This is Rietveld 408576698