| Index: webkit/plugins/ppapi/ppb_graphics_2d_impl.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppb_graphics_2d_impl.cc (revision 92172)
|
| +++ webkit/plugins/ppapi/ppb_graphics_2d_impl.cc (working copy)
|
| @@ -174,11 +174,6 @@
|
| return graphics_2d->GetReference();
|
| }
|
|
|
| -// static
|
| -const PPB_Graphics2D* PPB_Graphics2D_Impl::GetInterface() {
|
| - return ::ppapi::thunk::GetPPB_Graphics2D_Thunk();
|
| -}
|
| -
|
| bool PPB_Graphics2D_Impl::Init(int width, int height, bool is_always_opaque) {
|
| // The underlying PPB_ImageData_Impl will validate the dimensions.
|
| image_data_ = new PPB_ImageData_Impl(instance());
|
|
|