| 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 1830008ac157cf11428a93253476b2f960ef9e7d..c0a2fabd3b2092a23e0e8bc7a8d1b19eda49689e 100644
|
| --- a/content/browser/android/content_view_render_view.h
|
| +++ b/content/browser/android/content_view_render_view.h
|
| @@ -26,8 +26,8 @@ class ContentViewRenderView : public CompositorClient {
|
|
|
| // Methods called from Java via JNI -----------------------------------------
|
| void Destroy(JNIEnv* env, jobject obj);
|
| - void SetCurrentContentView(JNIEnv* env, jobject obj,
|
| - jlong native_content_view);
|
| + void SetCurrentContentViewCore(JNIEnv* env, jobject obj,
|
| + jlong native_content_view_core);
|
| void SurfaceCreated(JNIEnv* env, jobject obj);
|
| void SurfaceDestroyed(JNIEnv* env, jobject obj);
|
| void SurfaceChanged(JNIEnv* env, jobject obj,
|
|
|