Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1150)

Unified Diff: content/browser/android/content_view_render_view.h

Issue 227803004: ContentView->ContentViewCore in ContentViewRenderView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698