Chromium Code Reviews| Index: pdf/out_of_process_instance.h |
| diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h |
| index f1f88621b46f58469732ba40f4fd3f52d2364d61..cef8d2d190f3a6d140a62cc3e7dbc7728ec55d3d 100644 |
| --- a/pdf/out_of_process_instance.h |
| +++ b/pdf/out_of_process_instance.h |
| @@ -73,6 +73,7 @@ class OutOfProcessInstance : public pp::Instance, |
| uint32_t page_range_count) OVERRIDE; |
| virtual void PrintEnd() OVERRIDE; |
| virtual bool IsPrintScalingDisabled() OVERRIDE; |
| + virtual int32_t GetNumCopies() OVERRIDE; |
|
Vitaly Buka (NO REVIEWS)
2014/07/10 01:13:05
name
it's just a function of the plugin interface,
Nikhil
2014/07/16 13:52:55
Done.
|
| // pp::Private implementation. |
| virtual pp::Var GetLinkAtPosition(const pp::Point& point); |