| Index: content/browser/accessibility/browser_accessibility_manager_android.h
|
| diff --git a/content/browser/accessibility/browser_accessibility_manager_android.h b/content/browser/accessibility/browser_accessibility_manager_android.h
|
| index 0946e5e50c86cbbd5227edde162c312761440ad2..720f1759933e7d79ca59a0223f4848a23e2877af 100644
|
| --- a/content/browser/accessibility/browser_accessibility_manager_android.h
|
| +++ b/content/browser/accessibility/browser_accessibility_manager_android.h
|
| @@ -55,7 +55,9 @@ class CONTENT_EXPORT BrowserAccessibilityManagerAndroid
|
| void Click(JNIEnv* env, jobject obj, jint id);
|
| void Focus(JNIEnv* env, jobject obj, jint id);
|
| void Blur(JNIEnv* env, jobject obj);
|
| - void ScrollToMakeNodeVisible(JNIEnv* env, jobject obj, int id);
|
| + void ScrollToMakeNodeVisible(JNIEnv* env, jobject obj, jint id);
|
| + void SetTextFieldValue(JNIEnv* env, jobject obj, jint id, jstring value);
|
| + void SetSelection(JNIEnv* env, jobject obj, jint id, jint start, jint end);
|
|
|
| // Return the id of the next node in tree order in the direction given by
|
| // |forwards|, starting with |start_id|, that matches |element_type|,
|
|
|