Chromium Code Reviews| 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); |
|
eseidel
2014/07/11 16:33:03
Initially Confused by the 0. I now understand it,
kenrb
2014/07/11 20:03:33
I removed this change and made 0 the default argum
|
| } |
| void WebPagePopupImpl::paint(WebCanvas* canvas, const WebRect& rect) |