| Index: content/browser/android/synchronous_compositor_host.h
|
| diff --git a/content/browser/android/synchronous_compositor_host.h b/content/browser/android/synchronous_compositor_host.h
|
| index caf0bc25de05021e4406ed875fb9e868e4f74a07..2587de6f4c44d04be7118e4eb03bdd7262ecb32f 100644
|
| --- a/content/browser/android/synchronous_compositor_host.h
|
| +++ b/content/browser/android/synchronous_compositor_host.h
|
| @@ -75,6 +75,8 @@ class SynchronousCompositorHost : public SynchronousCompositor {
|
| int routing_id() const { return routing_id_; }
|
| void ProcessCommonParams(const SyncCompositorCommonRendererParams& params);
|
|
|
| + SynchronousCompositorClient* client() { return client_; }
|
| +
|
| private:
|
| class ScopedSendZeroMemory;
|
| struct SharedMemoryWithSize;
|
|
|