diff options
Diffstat (limited to 'webkit/plugins/npapi/webplugin_delegate.h')
-rw-r--r-- | webkit/plugins/npapi/webplugin_delegate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/plugins/npapi/webplugin_delegate.h b/webkit/plugins/npapi/webplugin_delegate.h index 8412711..c3a4a04 100644 --- a/webkit/plugins/npapi/webplugin_delegate.h +++ b/webkit/plugins/npapi/webplugin_delegate.h @@ -80,9 +80,6 @@ class WebPluginDelegate : public WebPlugin2DDeviceDelegate, // windowless plugins. virtual void Paint(WebKit::WebCanvas* canvas, const gfx::Rect& rect) = 0; - // Tells the plugin to print itself. - virtual void Print(gfx::NativeDrawingContext hdc) = 0; - // Informs the plugin that it has gained or lost focus. This is only called in // windowless mode. virtual void SetFocus(bool focused) = 0; |