| Index: Source/core/html/HTMLProgressElement.h
|
| diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h
|
| index 922bbea6403c30259de03f47c87e7e23988cad58..bd4d2ae91bf005b7d72b33c74ea7add8fc5e795b 100644
|
| --- a/Source/core/html/HTMLProgressElement.h
|
| +++ b/Source/core/html/HTMLProgressElement.h
|
| @@ -26,7 +26,7 @@
|
| namespace blink {
|
|
|
| class ProgressValueElement;
|
| -class RenderProgress;
|
| +class LayoutProgress;
|
|
|
| class HTMLProgressElement final : public LabelableElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| @@ -58,7 +58,7 @@ private:
|
| virtual bool supportLabels() const override { return true; }
|
|
|
| virtual LayoutObject* createRenderer(const LayoutStyle&) override;
|
| - RenderProgress* renderProgress() const;
|
| + LayoutProgress* renderProgress() const;
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
|
|
|
|