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 d06179e4d901857234004f0f1bfc784db82d0b9c..30e7d8fcd5419e99f4174d020b989821d647fce7 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h |
@@ -83,8 +83,6 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow { |
PaintLayerType layerTypeRequired() const override { return NormalPaintLayer; } |
- bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override; |
- |
void layout() override; |
void updateLogicalWidth() override; |
void computeLogicalHeight(LayoutUnit logicalHeight, |