summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/npapi/webplugin_delegate_impl.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 23:36:15 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 23:36:15 +0000
commitd2ffd6ceb97c5590c01be7580bd2e38dbd7ac2c7 (patch)
treeb56aac35897a683b276ec3c861f2e9d54a66f940 /webkit/plugins/npapi/webplugin_delegate_impl.h
parentc9bd2e8e19e8c5891d68e99b4c610c04a62046a0 (diff)
downloadchromium_src-d2ffd6ceb97c5590c01be7580bd2e38dbd7ac2c7.zip
chromium_src-d2ffd6ceb97c5590c01be7580bd2e38dbd7ac2c7.tar.gz
chromium_src-d2ffd6ceb97c5590c01be7580bd2e38dbd7ac2c7.tar.bz2
Delete the plugin printing code, which wasn't actually called.
Review URL: http://codereview.chromium.org/6874023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/npapi/webplugin_delegate_impl.h')
-rw-r--r--webkit/plugins/npapi/webplugin_delegate_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.h b/webkit/plugins/npapi/webplugin_delegate_impl.h
index fc955a7..039bb23 100644
--- a/webkit/plugins/npapi/webplugin_delegate_impl.h
+++ b/webkit/plugins/npapi/webplugin_delegate_impl.h
@@ -101,7 +101,6 @@ class WebPluginDelegateImpl : public WebPluginDelegate {
virtual void UpdateGeometry(const gfx::Rect& window_rect,
const gfx::Rect& clip_rect);
virtual void Paint(WebKit::WebCanvas* canvas, const gfx::Rect& rect);
- virtual void Print(gfx::NativeDrawingContext context);
virtual void SetFocus(bool focused);
virtual bool HandleInputEvent(const WebKit::WebInputEvent& event,
WebKit::WebCursorInfo* cursor_info);