| Index: mojo/examples/compositor_app/compositor_host.h
|
| diff --git a/mojo/examples/compositor_app/compositor_host.h b/mojo/examples/compositor_app/compositor_host.h
|
| index 151e59706162ad414cc4a4fa676402f7d7b10d50..4af6ead5254e5b26219f85db9b6262725c24cc6e 100644
|
| --- a/mojo/examples/compositor_app/compositor_host.h
|
| +++ b/mojo/examples/compositor_app/compositor_host.h
|
| @@ -43,6 +43,7 @@ class CompositorHost : public cc::LayerTreeHostClient {
|
| virtual void DidCommit() OVERRIDE;
|
| virtual void DidCommitAndDrawFrame() OVERRIDE;
|
| virtual void DidCompleteSwapBuffers() OVERRIDE;
|
| + virtual void DidLoseOutputSurface() OVERRIDE;
|
|
|
| private:
|
| void SetupScene();
|
|
|