| Index: gpu/demos/framework/window.h
|
| diff --git a/gpu/demos/framework/window.h b/gpu/demos/framework/window.h
|
| index fe8a39a194cb8f736d2a9fa111f05b140b583a7b..956f60f1b51f865e7f4557e436f11b305222af59 100644
|
| --- a/gpu/demos/framework/window.h
|
| +++ b/gpu/demos/framework/window.h
|
| @@ -18,6 +18,12 @@ namespace gpu {
|
|
|
| class TransferBuffer;
|
|
|
| +namespace gles2 {
|
| +
|
| +class GLES2Implementation;
|
| +
|
| +} // namespace gles2
|
| +
|
| namespace demos {
|
|
|
| class Demo;
|
| @@ -56,6 +62,7 @@ class Window {
|
| scoped_refptr<gfx::GLSurface> surface_;
|
| scoped_ptr<gpu::gles2::GLES2CmdHelper> gles2_cmd_helper_;
|
| scoped_ptr<gpu::TransferBuffer> transfer_buffer_;
|
| + scoped_ptr<gpu::gles2::GLES2Implementation> gles2_implementation_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(Window);
|
| };
|
|
|