summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/public/WebPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/public/WebPlugin.h')
-rw-r--r--Source/WebKit/chromium/public/WebPlugin.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/WebKit/chromium/public/WebPlugin.h b/Source/WebKit/chromium/public/WebPlugin.h
index 717f6a7e1..5b911d0b8 100644
--- a/Source/WebKit/chromium/public/WebPlugin.h
+++ b/Source/WebKit/chromium/public/WebPlugin.h
@@ -98,12 +98,6 @@ public:
// the printer's printable area.
virtual bool isPrintScalingDisabled() { return false; }
- // Sets up printing at the given print rect and printer DPI.
- // printContentArea is in points ( a point is 1/72 of an inch). Returns the
- // number of pages to be printed at these settings.
- // FIXME: Remove this function after fixing crbug.com/85132. For detailed
- // information, please refer to the comments in WebFrame.h
- virtual int printBegin(const WebRect& printContentArea, int printerDPI) { return 0; }
// Sets up printing with the specified printParams. Returns the number of
// pages to be printed at these settings.
virtual int printBegin(const WebPrintParams& printParams) { return 0; }