Chromium Code Reviews| Index: ppapi/cpp/dev/printing_dev.h |
| diff --git a/ppapi/cpp/dev/printing_dev.h b/ppapi/cpp/dev/printing_dev.h |
| index 869dbacc5b260f2fbf5e54a88193c864a1daebdc..90f0f48577a8ef59f81e1e01b534ca3092038dff 100644 |
| --- a/ppapi/cpp/dev/printing_dev.h |
| +++ b/ppapi/cpp/dev/printing_dev.h |
| @@ -30,6 +30,7 @@ class Printing_Dev : public Resource { |
| uint32_t page_range_count) = 0; |
| virtual void PrintEnd() = 0; |
| virtual bool IsPrintScalingDisabled() = 0; |
| + virtual int32_t GetNumCopies() = 0; |
|
Vitaly Buka (NO REVIEWS)
2014/07/10 01:13:05
GetCopies
Nikhil
2014/07/16 13:52:55
Done.
|
| // PPB_Printing_Dev functions. |
| // Returns true if the browser supports the required PPB_Printing_Dev |