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

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

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.h
diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.h b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
index 9c5a11351acc018021be1cf96fe7a57ceeb8144e..ecfc3dae8365f74e4775004b4a60668832eacf66 100644
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.h
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
@@ -26,6 +26,7 @@ extern const char DesignMode[];
extern const char FontSizeChange[];
extern const char Fonts[];
extern const char FullScreen[];
+extern const char IFrameDisplayChanged[];
extern const char Inline[];
extern const char InlineCSSStyleMutated[];
extern const char Inspector[];

Powered by Google App Engine
This is Rietveld 408576698