Index: Source/core/svg/SVGTSpanElement.h |
diff --git a/Source/core/svg/SVGTSpanElement.h b/Source/core/svg/SVGTSpanElement.h |
index cda1bb3b8809afdc222cd1d0e3e72cf0f7027a69..eabe7148f578bb39f2544929366632c5a6bc7ac2 100644 |
--- a/Source/core/svg/SVGTSpanElement.h |
+++ b/Source/core/svg/SVGTSpanElement.h |
@@ -33,8 +33,8 @@ public: |
private: |
explicit SVGTSpanElement(Document&); |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override; |
}; |
} // namespace blink |