| Index: ppapi/proxy/ppp_graphics_3d_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppp_graphics_3d_proxy.h (revision 126422)
|
| +++ ppapi/proxy/ppp_graphics_3d_proxy.h (working copy)
|
| @@ -6,11 +6,10 @@
|
| #define PPAPI_PROXY_PPP_GRAPHICS_3D_PROXY_H_
|
|
|
| #include "ppapi/c/pp_instance.h"
|
| +#include "ppapi/c/ppp_graphics_3d.h"
|
| #include "ppapi/proxy/interface_proxy.h"
|
| #include "ppapi/shared_impl/host_resource.h"
|
|
|
| -struct PPP_Graphics3D;
|
| -
|
| namespace ppapi {
|
| namespace proxy {
|
|
|
|
|