| Index: ppapi/proxy/ppb_context_3d_proxy.cc
|
| ===================================================================
|
| --- ppapi/proxy/ppb_context_3d_proxy.cc (revision 93075)
|
| +++ ppapi/proxy/ppb_context_3d_proxy.cc (working copy)
|
| @@ -512,6 +512,10 @@
|
| gles2_impl_->UnmapTexSubImage2DCHROMIUM(mem);
|
| }
|
|
|
| +gpu::gles2::GLES2Implementation* Context3D::GetGLES2Impl() {
|
| + return gles2_impl();
|
| +}
|
| +
|
| // PPB_Context3D_Proxy ---------------------------------------------------------
|
|
|
| PPB_Context3D_Proxy::PPB_Context3D_Proxy(Dispatcher* dispatcher,
|
|
|