Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index e8b1e4e5910627a4d7e7b53428b41d78265d7d34..23ec651b5d49cf1a24bbb14ca12d36f92f1b3af4 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -221,6 +221,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
jint player_id, |
jobject jsurface); |
void DetachExternalVideoSurface(JNIEnv* env, jobject obj, jint player_id); |
+ void SetAccessibilityEnabled(JNIEnv* env, jobject obj, bool enabled); |
// -------------------------------------------------------------------------- |
// Public methods that call to Java via JNI |