| Index: ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.h b/ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.h
|
| index 20e38364630e07e557f123db99f178f69b997697..47443f08b8ef8f206723c77d9eb42411007e061c 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.h
|
| @@ -8,10 +8,9 @@
|
| #include "gpu/command_buffer/common/command_buffer.h"
|
| #include "ppapi/c/pp_graphics_3d.h"
|
| #include "ppapi/c/pp_resource.h"
|
| +#include "ppapi/c/ppb_core.h"
|
| #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h"
|
|
|
| -struct PPB_Core;
|
| -
|
| // A CommandBuffer proxy implementation that uses trusted PPAPI interface to
|
| // access a CommandBuffer.
|
|
|
|
|