Chromium Code Reviews| Index: public/web/WebFrame.h |
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h |
| index 669b865c08d71b8556f02c2005ed14a803a0a9a6..dca3d389d96aed8512792c64c92a24cebcd88f9f 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 getNumCopiesForPlugin(const WebNode& = WebNode()) = 0; |
|
Inactive
2014/07/15 15:55:00
ditto about abbreviations.
Vitaly Buka (NO REVIEWS)
2014/07/15 21:49:29
maybe also to include "print"?
getPrintCopiesForPl
Nikhil
2014/07/16 13:58:49
Done.
Nikhil
2014/07/16 13:58:49
Done.
|
| + |
| // CSS3 Paged Media ---------------------------------------------------- |
| // Returns true if page box (margin boxes and page borders) is visible. |