| Index: pdf/out_of_process_instance.h
|
| diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
|
| index 355f050dc3fd2709d7f5d0321f95903611141267..050f3617b55ee33b9ec8d7aa275f27eb4aa7672b 100644
|
| --- a/pdf/out_of_process_instance.h
|
| +++ b/pdf/out_of_process_instance.h
|
| @@ -205,7 +205,8 @@ class OutOfProcessInstance : public pp::Instance,
|
| void LoadAvailablePreviewPage();
|
|
|
| // Bound the given scroll offset to the document.
|
| - pp::Point BoundScrollOffsetToDocument(const pp::Point& scroll_offset);
|
| + pp::FloatPoint BoundScrollOffsetToDocument(
|
| + const pp::FloatPoint& scroll_offset);
|
|
|
| pp::ImageData image_data_;
|
| // Used when the plugin is embedded in a page and we have to create the loader
|
|
|