diff options
Diffstat (limited to 'content/renderer/sad_plugin.cc')
-rw-r--r-- | content/renderer/sad_plugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/sad_plugin.cc b/content/renderer/sad_plugin.cc index a30788c..52d613d 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(); |