| Index: mojo/examples/compositor_app/gles2_client_impl.h
|
| diff --git a/mojo/examples/compositor_app/gles2_client_impl.h b/mojo/examples/compositor_app/gles2_client_impl.h
|
| index b5e4e7e8258273a4f3c4c110969d74169b4e0dc7..38d80b534d103ba251a83186fd3d9068ad55c35a 100644
|
| --- a/mojo/examples/compositor_app/gles2_client_impl.h
|
| +++ b/mojo/examples/compositor_app/gles2_client_impl.h
|
| @@ -23,7 +23,7 @@ class GLES2Implementation;
|
| namespace mojo {
|
| namespace examples {
|
|
|
| -class GLES2ClientImpl : public GLES2ClientStub {
|
| +class GLES2ClientImpl : public GLES2Client {
|
| public:
|
| GLES2ClientImpl(
|
| ScopedMessagePipeHandle pipe,
|
|
|