Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index dbc9fcfd826dc59460ec6c67f43aad792e802027..df71f2af10b232e0054794526d447363590b5160 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -477,6 +477,7 @@ public: |
bool isProgress() const { return isOfType(LayoutObjectProgress); } |
bool isQuote() const { return isOfType(LayoutObjectQuote); } |
bool isLayoutButton() const { return isOfType(LayoutObjectLayoutButton); } |
+ bool isLayoutFramelet() const { return isOfType(LayoutObjectLayoutFramelet); } |
bool isLayoutFullScreen() const { return isOfType(LayoutObjectLayoutFullScreen); } |
bool isLayoutFullScreenPlaceholder() const { return isOfType(LayoutObjectLayoutFullScreenPlaceholder); } |
bool isLayoutGrid() const { return isOfType(LayoutObjectLayoutGrid); } |
@@ -1356,6 +1357,7 @@ protected: |
LayoutObjectQuote, |
LayoutObjectLayoutButton, |
LayoutObjectLayoutFlowThread, |
+ LayoutObjectLayoutFramelet, |
LayoutObjectLayoutFullScreen, |
LayoutObjectLayoutFullScreenPlaceholder, |
LayoutObjectLayoutGrid, |