| Index: Source/web/WebPagePopupImpl.cpp
|
| diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp
|
| index e03b673c6b831fd25b73511e2f98aab0546c9905..27c42ee12f240293f60738e15f8095db0d371506 100644
|
| --- a/Source/web/WebPagePopupImpl.cpp
|
| +++ b/Source/web/WebPagePopupImpl.cpp
|
| @@ -293,7 +293,7 @@ void WebPagePopupImpl::willCloseLayerTreeView()
|
|
|
| void WebPagePopupImpl::layout()
|
| {
|
| - PageWidgetDelegate::layout(m_page.get());
|
| + PageWidgetDelegate::layout(m_page.get(), 0);
|
| }
|
|
|
| void WebPagePopupImpl::paint(WebCanvas* canvas, const WebRect& rect)
|
|
|