Index: Source/core/html/shadow/ProgressShadowElement.h |
diff --git a/Source/core/html/shadow/ProgressShadowElement.h b/Source/core/html/shadow/ProgressShadowElement.h |
index 35a0365a18932eca8bb80e3bd1dfc858d4253cf3..70bbf4e97cd9e326b26cf1c5ac5fd74c2fb7f327 100644 |
--- a/Source/core/html/shadow/ProgressShadowElement.h |
+++ b/Source/core/html/shadow/ProgressShadowElement.h |
@@ -45,7 +45,7 @@ public: |
HTMLProgressElement* progressElement() const; |
protected: |
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override; |
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override; |
}; |
class ProgressInnerElement final : public ProgressShadowElement { |
@@ -55,8 +55,8 @@ public: |
private: |
explicit ProgressInnerElement(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; |
}; |
class ProgressBarElement final : public ProgressShadowElement { |