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

Unified Diff: third_party/WebKit/Source/web/RemoteFrameOwner.cpp

Issue 2564633002: Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Comments from esprehn. Created 4 years 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: third_party/WebKit/Source/web/RemoteFrameOwner.cpp
diff --git a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
index aaa8831ddfd21f7db61d800c259735fd0685b3b0..a725d5048521c677f25e710294be2797627eeccc 100644
--- a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
+++ b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
@@ -20,6 +20,7 @@ RemoteFrameOwner::RemoteFrameOwner(
m_marginHeight(frameOwnerProperties.marginHeight),
m_allowFullscreen(frameOwnerProperties.allowFullscreen),
m_allowPaymentRequest(frameOwnerProperties.allowPaymentRequest),
+ m_isDisplayNone(frameOwnerProperties.isDisplayNone),
m_csp(frameOwnerProperties.requiredCsp) {}
DEFINE_TRACE(RemoteFrameOwner) {

Powered by Google App Engine
This is Rietveld 408576698