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 8cb4c3ae54e46c34154dfc2ad76c331b5d46c6c9..1d7b14df3aa3809e5de1456ff6a1d7aff9b5ac77 100644 |
--- a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp |
+++ b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp |
@@ -22,6 +22,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) { |