| Index: mojo/examples/compositor_app/compositor_host.cc
|
| diff --git a/mojo/examples/compositor_app/compositor_host.cc b/mojo/examples/compositor_app/compositor_host.cc
|
| index 90d04bbd6dddb74495eaa5ee5946ca29d9c75b37..51ee86fa891d8f71cd95f21beb7f2a5eeb809168 100644
|
| --- a/mojo/examples/compositor_app/compositor_host.cc
|
| +++ b/mojo/examples/compositor_app/compositor_host.cc
|
| @@ -90,6 +90,8 @@ void CompositorHost::WillCommit() {}
|
| void CompositorHost::DidCommit() {}
|
| void CompositorHost::DidCommitAndDrawFrame() {}
|
| void CompositorHost::DidCompleteSwapBuffers() {}
|
| +void CompositorHost::DidLoseOutputSurface() {
|
| +}
|
|
|
| } // namespace examples
|
| } // namespace mojo
|
|
|