| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 6baeeda1d44bae1cbb33237a70b02f4d0d2a8609..d5addbcd676ab1c4061799be47705d9beff393e6 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -178,7 +178,7 @@ public:
|
| bool isPageBoxVisible(int pageIndex) override;
|
| void pageSizeAndMarginsInPixels(
|
| int pageIndex,
|
| - WebSize& pageSize,
|
| + WebFloatSize& pageSize,
|
| int& marginTop,
|
| int& marginRight,
|
| int& marginBottom,
|
|
|