| Index: chrome/renderer/ggl/ggl.h
|
| diff --git a/chrome/renderer/ggl/ggl.h b/chrome/renderer/ggl/ggl.h
|
| index c7402a06e50c90c6cc57da205be80ef2066d0947..04ac19eef522971582d66a6e805e34609b844d38 100644
|
| --- a/chrome/renderer/ggl/ggl.h
|
| +++ b/chrome/renderer/ggl/ggl.h
|
| @@ -17,6 +17,7 @@
|
|
|
| class GpuChannelHost;
|
| class MessageLoop;
|
| +class CommandBufferProxy;
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
| @@ -165,6 +166,8 @@ Error GetError(Context* context);
|
| // communicating with the GPU process.
|
| bool IsCommandBufferContextLost(Context* context);
|
|
|
| +CommandBufferProxy* GetCommandBufferProxy(Context* context);
|
| +
|
| } // namespace ggl
|
|
|
| #endif // CHROME_RENDERER_GGL_GGL_H_
|
|
|