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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2564633002: Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Rebaseline. Created 3 years, 10 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: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 0ed30f7f6a118dc3adb15e81e17427bd4be35319..6641f77be37a954fa0655cc30c2209e3568b6100 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -822,7 +822,8 @@ class CORE_EXPORT Document : public ContainerNode,
void willChangeFrameOwnerProperties(int marginWidth,
int marginHeight,
- ScrollbarMode);
+ ScrollbarMode,
+ bool isDisplayNone);
// Returns true if this document belongs to a frame that the parent document
// made invisible (for instance by setting as style display:none).

Powered by Google App Engine
This is Rietveld 408576698