Chromium Code Reviews| Index: ppapi/proxy/resource_creation_proxy.cc | 
| diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc | 
| index 064410e8e77cd9aebdf79460bb5ed5755f0fc498..9c4c0983338d454be4c0b393bf4eed62338300a5 100644 | 
| --- a/ppapi/proxy/resource_creation_proxy.cc | 
| +++ b/ppapi/proxy/resource_creation_proxy.cc | 
| @@ -44,6 +44,7 @@ | 
| #include "ppapi/thunk/enter.h" | 
| #include "ppapi/thunk/ppb_image_data_api.h" | 
| +using ppapi::thunk::PPB_Graphics3D_API; | 
| 
 
Fady Samuel
2012/05/28 14:11:45
Is this necessary? If not, please remove.
 
 | 
| using ppapi::thunk::ResourceCreationAPI; | 
| namespace ppapi { |