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

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

Issue 26753005: Adding compositor callbacks to RenderWidgetHostViewAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed blank lines Created 7 years, 2 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 714f02f7d328c10edf09d8902d8d7e5c4e8109e4..b2a0ea77912b66b5acc0e1c65877a3c429608d6c 100644
--- a/content/browser/android/content_view_render_view.h
+++ b/content/browser/android/content_view_render_view.h
@@ -24,6 +24,9 @@ class ContentViewRenderView : public CompositorClient {
// Methods called from Java via JNI -----------------------------------------
void Destroy(JNIEnv* env, jobject obj);
void SetCurrentContentView(JNIEnv* env, jobject obj, int native_content_view);
+ void RemovePreviousContentView(JNIEnv* env,
+ jobject obj,
+ int native_content_view);
void SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
void SurfaceDestroyed(JNIEnv* env, jobject obj);
void SurfaceSetSize(JNIEnv* env, jobject obj, jint width, jint height);

Powered by Google App Engine
This is Rietveld 408576698