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