| Index: sky/engine/core/frame/FrameView.cpp
|
| diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
|
| index 6ea76fa744cd0a80f502abdf10895072c6cc61f0..9fe8a22eedfe1f7fa7cda856585ace2cfbe71496 100644
|
| --- a/sky/engine/core/frame/FrameView.cpp
|
| +++ b/sky/engine/core/frame/FrameView.cpp
|
| @@ -316,7 +316,7 @@ void FrameView::layout(bool allowSubtree)
|
| m_lastViewportSize = layoutSize();
|
| }
|
|
|
| - m_size = LayoutSize(layoutSize().width(), layoutSize().height());
|
| + m_size = LayoutSize(layoutSize());
|
| }
|
|
|
| layer = rootForThisLayout->enclosingLayer();
|
|
|