Chromium Code Reviews| Index: pdf/instance.h |
| diff --git a/pdf/instance.h b/pdf/instance.h |
| index c377b032c0f69c5490bbb58e89a1e5af72b44f20..50db43ee5db0d709fd9828c2aa8e3810ce0abd74 100644 |
| --- a/pdf/instance.h |
| +++ b/pdf/instance.h |
| @@ -273,6 +273,8 @@ class Instance : public pp::InstancePrivate, |
| void SaveAs(); |
| + void SetPrintPresetOptionsFromDocument(); |
| + |
| enum ZoomMode { |
| ZOOM_SCALE, // Standard zooming mode, resize will not affect it. |
| ZOOM_FIT_TO_WIDTH, // Maintain fit to width on resize. |