Index: Source/core/svg/SVGMetadataElement.h |
diff --git a/Source/core/svg/SVGMetadataElement.h b/Source/core/svg/SVGMetadataElement.h |
index f1066177b4c3f741962a409f874f7aab1d6059d2..f0a84b197e2612169681f15a39c827825c0cd4f0 100644 |
--- a/Source/core/svg/SVGMetadataElement.h |
+++ b/Source/core/svg/SVGMetadataElement.h |
@@ -33,7 +33,7 @@ public: |
private: |
explicit SVGMetadataElement(Document&); |
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override { return false; } |
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; } |
}; |
} // namespace blink |