| Index: webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_graphics_3d_impl.h b/webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| index a5daaf98106d50e1134202d92ab06778a7755917..ddd85c7c2c080fce3113a8d0419e0202b2fdc3b0 100644
|
| --- a/webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| @@ -43,9 +43,6 @@ class PPB_Graphics3D_Impl : public ::ppapi::PPB_Graphics3D_Shared {
|
| // Returns true if binding/unbinding is successful.
|
| bool BindToInstance(bool bind);
|
|
|
| - // Returns the id of texture that can be used by the compositor.
|
| - unsigned int GetBackingTextureId();
|
| -
|
| // Returns true if the backing texture is always opaque.
|
| bool IsOpaque();
|
|
|
|
|