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

Unified Diff: third_party/WebKit/Source/core/dom/StyleChangeReason.cpp

Issue 2564633002: Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: . 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/core/dom/StyleChangeReason.cpp
diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
index 824e82f07a53f5b715e53c7b1960ceeef3086f7c..d91df833a215b18565dc7499ec30802a905f48a5 100644
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
@@ -22,6 +22,7 @@ const char DesignMode[] = "DesignMode";
const char FontSizeChange[] = "FontSizeChange";
const char Fonts[] = "Fonts";
const char FullScreen[] = "FullScreen";
+const char IFrameDisplayChanged[] = "IFrameDisplayChanged";
const char Inline[] = "Inline";
const char InlineCSSStyleMutated[] = "Inline CSS style declaration was mutated";
const char Inspector[] = "Inspector";

Powered by Google App Engine
This is Rietveld 408576698