Index: content/child/npapi/webplugin_delegate_impl.h |
=================================================================== |
--- content/child/npapi/webplugin_delegate_impl.h (revision 220951) |
+++ content/child/npapi/webplugin_delegate_impl.h (working copy) |
@@ -89,7 +89,7 @@ |
virtual void PluginDestroyed() OVERRIDE; |
virtual void UpdateGeometry(const gfx::Rect& window_rect, |
const gfx::Rect& clip_rect) OVERRIDE; |
- virtual void Paint(WebKit::WebCanvas* canvas, const gfx::Rect& rect) OVERRIDE; |
+ virtual void Paint(SkCanvas* canvas, const gfx::Rect& rect) OVERRIDE; |
virtual void SetFocus(bool focused) OVERRIDE; |
virtual bool HandleInputEvent(const WebKit::WebInputEvent& event, |
WebCursor::CursorInfo* cursor_info) OVERRIDE; |