| 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 0317ac1f72ed629488c17d62012d31ff0ac19612..f89c510db13e88cc319351e888bfa18470fe9914 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -256,6 +256,8 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
| void computeSelfHitTestRects(Vector<LayoutRect>&,
|
| const LayoutPoint& layerOffset) const override;
|
|
|
| + bool canHaveChildren() const override;
|
| +
|
| void layoutContent();
|
| #if DCHECK_IS_ON()
|
| void checkLayoutState();
|
|
|