| Index: content/renderer/pepper/pepper_plugin_instance_impl.h
 | 
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
 | 
| index de673e9305b67f4f8b210128c3f58844f67116cf..efb0e4dd3b813bec9b8e5db93633ade6b48ecc7c 100644
 | 
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
 | 
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
 | 
| @@ -255,6 +255,8 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
 | 
|    int PrintBegin(const blink::WebPrintParams& print_params);
 | 
|    bool PrintPage(int page_number, blink::WebCanvas* canvas);
 | 
|    void PrintEnd();
 | 
| +  bool GetPrintPresetOptionsFromDocument(
 | 
| +      blink::WebPrintPresetOptions* preset_options);
 | 
|  
 | 
|    bool CanRotateView();
 | 
|    void RotateView(blink::WebPlugin::RotationType type);
 | 
| 
 |