| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 74f3e51a61af8ed3b333234a524ff2f495d17a27..f6a776b314a273085be8afd6a083739d82a4db7c 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -462,7 +462,7 @@ public:
|
| // pixels per inch. pageSize, marginTop, marginRight, marginBottom,
|
| // marginLeft must be initialized to the default values that are used if
|
| // auto is specified.
|
| - void pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft);
|
| + void pageSizeAndMarginsInPixels(int pageIndex, DoubleSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft);
|
|
|
| ResourceFetcher* fetcher() { return m_fetcher.get(); }
|
|
|
|
|