Index: content/renderer/sad_plugin.cc |
diff --git a/content/renderer/sad_plugin.cc b/content/renderer/sad_plugin.cc |
index a30788cf10556b07a55874face8ebebab3a45ab9..52d613d5d4f21859baa6dc47c06f18a20d712fa0 100644 |
--- a/content/renderer/sad_plugin.cc |
+++ b/content/renderer/sad_plugin.cc |
@@ -13,7 +13,7 @@ |
namespace content { |
-void PaintSadPlugin(WebKit::WebCanvas* webcanvas, |
+void PaintSadPlugin(blink::WebCanvas* webcanvas, |
const gfx::Rect& plugin_rect, |
const SkBitmap& sad_plugin_bitmap) { |
const int width = plugin_rect.width(); |