| Index: sky/compositor/surface_holder.h
|
| diff --git a/sky/compositor/surface_holder.h b/sky/compositor/surface_holder.h
|
| index 3ff3703cacf72b5571be2f70b771f2554fca67a1..59a0fdb1dfaa48261362a6c15164bac18d9725bc 100644
|
| --- a/sky/compositor/surface_holder.h
|
| +++ b/sky/compositor/surface_holder.h
|
| @@ -34,6 +34,8 @@ class SurfaceHolder : public mojo::SurfaceClient {
|
| explicit SurfaceHolder(Client* client, mojo::Shell* shell);
|
| ~SurfaceHolder() override;
|
|
|
| + bool IsReadyForFrame() const;
|
| +
|
| void SetSize(const gfx::Size& size);
|
| void SubmitFrame(mojo::FramePtr frame);
|
|
|
|
|