| Index: webkit/plugins/ppapi/ppb_graphics_2d_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_graphics_2d_impl.h b/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
|
| index 39461b8af29342fc8e7ad9bc8faa4964d984a684..c97f8dc885af1892352b3c1b4044df35c206dbcf 100644
|
| --- a/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
|
| @@ -82,6 +82,7 @@ class WEBKIT_PLUGINS_EXPORT PPB_Graphics2D_Impl :
|
| void ViewFlushedPaint();
|
|
|
| PPB_ImageData_Impl* image_data() { return image_data_.get(); }
|
| + PluginInstance* bound_instance() const { return bound_instance_; }
|
|
|
| // Scale |op_rect| to logical pixels, taking care to include partially-
|
| // covered logical pixels (aka DIPs). Also scale optional |delta| to logical
|
|
|