| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| index 9e4b630214cf67fe66321f99d5fbdf262205ffff..9153a3ac24a028c603af70635b93b0676ed32983 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -517,7 +517,7 @@ bool WebRemoteFrameImpl::isPageBoxVisible(int pageIndex)
|
|
|
| void WebRemoteFrameImpl::pageSizeAndMarginsInPixels(
|
| int pageIndex,
|
| - WebSize& pageSize,
|
| + WebFloatSize& pageSize,
|
| int& marginTop,
|
| int& marginRight,
|
| int& marginBottom,
|
|
|