| Index: public/web/WebFrame.h
|
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
|
| index e6a61f4fd63fdfaa203f4f58059d13ede80fd9fe..318ac1733de3b347669dd22b87a1fe88ff7062c8 100644
|
| --- a/public/web/WebFrame.h
|
| +++ b/public/web/WebFrame.h
|
| @@ -500,6 +500,9 @@ public:
|
| // return true, otherwise return false.
|
| virtual bool isPrintScalingDisabledForPlugin(const WebNode& = WebNode()) = 0;
|
|
|
| + // Returns the number of copies to be printed.
|
| + virtual int getPrintCopiesForPlugin(const WebNode& = WebNode()) = 0;
|
| +
|
| // CSS3 Paged Media ----------------------------------------------------
|
|
|
| // Returns true if page box (margin boxes and page borders) is visible.
|
|
|