| 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 2f1bcc1e7c7836d454ebb2de0723a0e09e740611..905adb495c42cbbffcbb4b976204a8b4b16f1093 100644
|
| --- a/content/browser/android/content_view_render_view.h
|
| +++ b/content/browser/android/content_view_render_view.h
|
| @@ -41,6 +41,7 @@ class ContentViewRenderView : public CompositorClient {
|
| jint format, jint width, jint height, jobject surface);
|
| jboolean Composite(JNIEnv* env, jobject obj);
|
| void SetOverlayVideoMode(JNIEnv* env, jobject obj, bool enabled);
|
| + void SetNeedsComposite(JNIEnv* env, jobject obj);
|
|
|
| // CompositorClient implementation
|
| virtual void Layout() OVERRIDE;
|
|
|