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"; |