| Index: Source/core/html/HTMLProgressElement.h
|
| diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h
|
| index 922bbea6403c30259de03f47c87e7e23988cad58..47c23d76bbe21bfb5835b32473f98a28d0932e8a 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* layoutProgress() const;
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
|
|
|
|