Index: content/browser/android/content_view_render_view.h |
diff --git a/content/browser/android/content_view_render_view.h b/content/browser/android/content_view_render_view.h |
index 57fee7e21842c2499f88e1b19875f6019394dc01..4ba296c69dc0c1c972b84744f5c3c40adb9d0511 100644 |
--- a/content/browser/android/content_view_render_view.h |
+++ b/content/browser/android/content_view_render_view.h |
@@ -32,10 +32,10 @@ class ContentViewRenderView : public CompositorClient { |
// Methods called from Java via JNI ----------------------------------------- |
void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& obj); |
- void SetCurrentContentViewCore( |
+ void SetCurrentWebContents( |
JNIEnv* env, |
const base::android::JavaParamRef<jobject>& obj, |
- jlong native_content_view_core); |
+ const base::android::JavaParamRef<jobject>& jweb_contents); |
void SurfaceCreated(JNIEnv* env, |
const base::android::JavaParamRef<jobject>& obj); |
void SurfaceDestroyed(JNIEnv* env, |