| Index: mojo/examples/compositor_app/gles2_client_impl.cc
|
| diff --git a/mojo/examples/compositor_app/gles2_client_impl.cc b/mojo/examples/compositor_app/gles2_client_impl.cc
|
| index f6849fdf297a982256bd725c5391a7d07b15ce53..7bd0b06fc3a91869c3c0b6568163cd9abba3acf2 100644
|
| --- a/mojo/examples/compositor_app/gles2_client_impl.cc
|
| +++ b/mojo/examples/compositor_app/gles2_client_impl.cc
|
| @@ -40,5 +40,7 @@ gpu::ContextSupport* GLES2ClientImpl::Support() const {
|
|
|
| void GLES2ClientImpl::ContextLost() { impl_ = NULL; }
|
|
|
| +void GLES2ClientImpl::DrawAnimationFrame() {}
|
| +
|
| } // namespace examples
|
| } // namespace mojo
|
|
|