diff options
Diffstat (limited to 'content/renderer/pepper/pepper_graphics_2d_host.h')
-rw-r--r-- | content/renderer/pepper/pepper_graphics_2d_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/pepper/pepper_graphics_2d_host.h b/content/renderer/pepper/pepper_graphics_2d_host.h index eff359d..0ad0594 100644 --- a/content/renderer/pepper/pepper_graphics_2d_host.h +++ b/content/renderer/pepper/pepper_graphics_2d_host.h @@ -58,7 +58,7 @@ class CONTENT_EXPORT PepperGraphics2DHost // is already bound to a different instance, and nothing will happen. bool BindToInstance(PepperPluginInstanceImpl* new_instance); // Paints the current backing store to the web page. - void Paint(WebKit::WebCanvas* canvas, + void Paint(blink::WebCanvas* canvas, const gfx::Rect& plugin_rect, const gfx::Rect& paint_rect); |