Index: Source/core/layout/LayoutView.h |
diff --git a/Source/core/layout/LayoutView.h b/Source/core/layout/LayoutView.h |
index 19880930031349b1eba2b5a160248cb30490b231..3efce0ff300f593d4b5515539b49257308d9fef1 100644 |
--- a/Source/core/layout/LayoutView.h |
+++ b/Source/core/layout/LayoutView.h |
@@ -62,7 +62,7 @@ public: |
virtual DeprecatedPaintLayerType layerTypeRequired() const override { return NormalDeprecatedPaintLayer; } |
- virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override; |
+ virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override; |
virtual void layout() override; |
virtual void updateLogicalWidth() override; |