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 1bd3899ac3c439b2cf0b69e4985190da79203e91..f906da0596d0048915beacc8c5da047ddd69661e 100644 |
--- a/content/browser/android/content_view_render_view.h |
+++ b/content/browser/android/content_view_render_view.h |
@@ -32,6 +32,7 @@ class ContentViewRenderView : public CompositorClient { |
void SurfaceSetSize(JNIEnv* env, jobject obj, jint width, jint height); |
jboolean Composite(JNIEnv* env, jobject obj); |
jboolean CompositeToBitmap(JNIEnv* env, jobject obj, jobject java_bitmap); |
+ void SetOverlayVideoMode(JNIEnv* env, jobject obj, bool enabled); |
// CompositorClient --------------------------------------------------------- |
virtual void ScheduleComposite() OVERRIDE; |