Chromium Code Reviews| 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..2107f6bcbdf54e3bd25ac5ee962acb5d026fadef 100644 |
| --- a/content/public/renderer/android/synchronous_compositor_client.h |
| +++ b/content/public/renderer/android/synchronous_compositor_client.h |
| @@ -19,6 +19,11 @@ class SynchronousCompositorClient { |
| // TODO(joth): Add scroll getters and setters, and invalidations. |
|
joth
2013/05/03 01:26:26
nix 'invalidations'
|
| + // 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() {} |
| }; |