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 8f14456fda4b67a3594f481c43040f387e6e1f0c..21e79ea18c8323590ced49eb356873c2e42ee645 100644 |
--- a/content/browser/android/content_view_render_view.h |
+++ b/content/browser/android/content_view_render_view.h |
@@ -40,7 +40,6 @@ class ContentViewRenderView : public CompositorClient { |
void SurfaceChanged(JNIEnv* env, jobject obj, |
jint format, jint width, jint height, jobject surface); |
jboolean Composite(JNIEnv* env, jobject obj); |
- jboolean CompositeToBitmap(JNIEnv* env, jobject obj, jobject java_bitmap); |
void SetOverlayVideoMode(JNIEnv* env, jobject obj, bool enabled); |
// CompositorClient --------------------------------------------------------- |