| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index b8c3da17fe6e55a84dbeaf8fd3b40826a87b4246..bf6827393a04055b86b71d516d0480c938c14dfa 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -75,6 +75,8 @@
|
| GPU_CLIENT_VALIDATE_DESTINATION_INITALIZATION_ASSERT(ptr && \
|
| (ptr[0] == static_cast<type>(0) || ptr[0] == static_cast<type>(-1)));
|
|
|
| +struct GLUniformDefinitionCHROMIUM;
|
| +
|
| namespace gpu {
|
|
|
| class MappedMemoryManager;
|
|
|