| Index: content/public/renderer/android/synchronous_compositor_client.h
|
| diff --git a/content/public/renderer/android/synchronous_compositor_client.h b/content/public/renderer/android/synchronous_compositor_client.h
|
| index dcbe09ad52c979083b95cebe1aab008a68ca8fb2..34b4d1b340c69e7cc8cb345152d147c4c1b35841 100644
|
| --- a/content/public/renderer/android/synchronous_compositor_client.h
|
| +++ b/content/public/renderer/android/synchronous_compositor_client.h
|
| @@ -17,7 +17,12 @@ class SynchronousCompositorClient {
|
| // SynchronousCompositor::SetClient(NULL) to release the back pointer.
|
| virtual void DidDestroyCompositor(SynchronousCompositor* compositor) = 0;
|
|
|
| - // TODO(joth): Add scroll getters and setters, and invalidations.
|
| + // TODO(joth): Add scroll getters and setters.
|
| +
|
| + // When true, should periodically call
|
| + // SynchronousCompositorOutputSurface::DemandDrawHw. Note that this value
|
| + // can change inside DemandDrawHw call.
|
| + virtual void SetContinuousInvalidate(bool invalidate) = 0;
|
|
|
| protected:
|
| virtual ~SynchronousCompositorClient() {}
|
|
|