Index: content/renderer/pepper/pepper_graphics_2d_host.h |
diff --git a/content/renderer/pepper/pepper_graphics_2d_host.h b/content/renderer/pepper/pepper_graphics_2d_host.h |
index eff359d200a649c941f1064652c6b6ce18c712ed..0ad05946c9c1bc716107d201793a2bbe9da9106f 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); |