| Index: third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| index 00203186e4f225041f3515a9ba7e298f83c62f36..b8bd622890602aaf61762088c988a4fdd0bb4277 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| @@ -834,7 +834,7 @@ LayoutRect LayoutView::backgroundRect(LayoutBox* backgroundLayoutObject) const
|
| IntSize LayoutView::layoutSize(IncludeScrollbarsInRect scrollbarInclusion) const
|
| {
|
| if (shouldUsePrintingLayout())
|
| - return IntSize(size().width(), pageLogicalHeight());
|
| + return IntSize(size().width().toInt(), pageLogicalHeight().toInt());
|
|
|
| if (!m_frameView)
|
| return IntSize();
|
|
|