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 0cc1aea0bba5c5658d1266c2c1082fdbdd01c4c7..5ae4ba4911539f752085ab51a5bd8aee8b782fc6 100644 |
--- a/mojo/examples/compositor_app/compositor_host.cc |
+++ b/mojo/examples/compositor_app/compositor_host.cc |
@@ -89,6 +89,8 @@ void CompositorHost::WillCommit() {} |
void CompositorHost::DidCommit() {} |
void CompositorHost::DidCommitAndDrawFrame() {} |
void CompositorHost::DidCompleteSwapBuffers() {} |
+void CompositorHost::DidLoseOutputSurface() { |
+} |
} // namespace examples |
} // namespace mojo |