| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| index 4e051349df677dd1cd701dbbb682effbd3b8a8b3..b48d85fb1565b800a28dbf3488134cb4298a047e 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -1837,6 +1837,10 @@ bool PepperPluginInstanceImpl::GetPrintPresetOptionsFromDocument(
|
| break;
|
| }
|
| preset_options->copies = options.copies;
|
| + preset_options->isPageSizeUniform = options.is_page_size_uniform;
|
| + preset_options->uniformPageSize =
|
| + blink::WebSize(options.uniform_page_size.width,
|
| + options.uniform_page_size.height);
|
|
|
| return true;
|
| }
|
|
|