Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1006)

Unified Diff: Source/web/WebPagePopupImpl.cpp

Issue 380303003: Enable resize and layout for frames with RemoteFrame ancestors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: dcheng comments and rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698