| Index: third_party/WebKit/Source/core/layout/LayoutView.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| index d2036212776b80ba815be622db659abfe9d30354..083ab21ee46412ddc8477a9a7b7037372838cf91 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -252,6 +252,8 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
| void computeSelfHitTestRects(Vector<LayoutRect>&,
|
| const LayoutPoint& layerOffset) const override;
|
|
|
| + bool canHaveChildren() const override;
|
| +
|
| void layoutContent();
|
| #if ENABLE(ASSERT)
|
| void checkLayoutState();
|
|
|