Index: content/browser/android/content_view_core_impl.h |
=================================================================== |
--- content/browser/android/content_view_core_impl.h (revision 219349) |
+++ content/browser/android/content_view_core_impl.h (working copy) |
@@ -155,7 +155,8 @@ |
void EvaluateJavaScript(JNIEnv* env, |
jobject obj, |
jstring script, |
- jobject callback); |
+ jobject callback, |
+ jboolean start_renderer); |
int GetNativeImeAdapter(JNIEnv* env, jobject obj); |
void SetFocus(JNIEnv* env, jobject obj, jboolean focused); |
void ScrollFocusedEditableNodeIntoView(JNIEnv* env, jobject obj); |