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 3192c97ec23fd641c042b42269fd93c80264a010..4830129b7ce149883f55d0012282b8665ef21c25 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h |
@@ -268,6 +268,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(); |