diff options
Diffstat (limited to 'webkit/plugins/ppapi/ppb_graphics_2d_impl.h')
| -rw-r--r-- | webkit/plugins/ppapi/ppb_graphics_2d_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppb_graphics_2d_impl.h b/webkit/plugins/ppapi/ppb_graphics_2d_impl.h index 40f2e5d..f2f60b4 100644 --- a/webkit/plugins/ppapi/ppb_graphics_2d_impl.h +++ b/webkit/plugins/ppapi/ppb_graphics_2d_impl.h @@ -28,7 +28,7 @@ class PluginModule; class PPB_Graphics2D_Impl : public Resource { public: - PPB_Graphics2D_Impl(PluginModule* module); + PPB_Graphics2D_Impl(PluginInstance* instance); virtual ~PPB_Graphics2D_Impl(); // Returns a pointer to the interface implementing PPB_ImageData that is |
