| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index d50a7d3893d8f9234b82d62544fdb0675330fa87..5a26136b909e646735fd44c572e3bdbcea69670b 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -118,7 +118,7 @@ public:
|
| bool isPageBoxVisible(int pageIndex) override;
|
| void pageSizeAndMarginsInPixels(
|
| int pageIndex,
|
| - WebSize& pageSize,
|
| + WebFloatSize& pageSize,
|
| int& marginTop,
|
| int& marginRight,
|
| int& marginBottom,
|
|
|