diff options
Diffstat (limited to 'mojo/examples/sample_app/gles2_client_impl.h')
-rw-r--r-- | mojo/examples/sample_app/gles2_client_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/examples/sample_app/gles2_client_impl.h b/mojo/examples/sample_app/gles2_client_impl.h index 300557a..8dbc91d 100644 --- a/mojo/examples/sample_app/gles2_client_impl.h +++ b/mojo/examples/sample_app/gles2_client_impl.h @@ -16,7 +16,7 @@ namespace mojo { namespace examples { -class GLES2ClientImpl : public GLES2ClientStub { +class GLES2ClientImpl : public GLES2Client { public: explicit GLES2ClientImpl(ScopedMessagePipeHandle pipe); virtual ~GLES2ClientImpl(); |