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 ad307f07ecb94249f796294caeba6162f1622f7e..a493c44eb18b757166c76f0df6c45fbf1f03b990 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); } |
@@ -1351,6 +1352,7 @@ protected: |
LayoutObjectQuote, |
LayoutObjectLayoutButton, |
LayoutObjectLayoutFlowThread, |
+ LayoutObjectLayoutFramelet, |
LayoutObjectLayoutFullScreen, |
LayoutObjectLayoutFullScreenPlaceholder, |
LayoutObjectLayoutGrid, |