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

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 review feedback Created 7 years, 3 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 290d3b48d1a36301d6f76b81dc88302a81faeee4..cc2ef26160e835b799b87e29c3f75d183d076be9 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