| Index: third_party/WebKit/Source/core/layout/LayoutProgress.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutProgress.h b/third_party/WebKit/Source/core/layout/LayoutProgress.h
|
| index 1c30b8e18302dfd90c21b61c2ab4f089348eb7ec..37cfe42f428b3066ef1b7ad28f6e4ccb2baffc03 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutProgress.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutProgress.h
|
| @@ -30,7 +30,7 @@ class HTMLProgressElement;
|
|
|
| class CORE_EXPORT LayoutProgress final : public LayoutBlockFlow {
|
| public:
|
| - explicit LayoutProgress(HTMLElement*);
|
| + explicit LayoutProgress(HTMLProgressElement*);
|
| ~LayoutProgress() override;
|
|
|
| double position() const { return m_position; }
|
|
|