| Index: third_party/WebKit/Source/core/html/HTMLProgressElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLProgressElement.h b/third_party/WebKit/Source/core/html/HTMLProgressElement.h
|
| index 20666657012433abdec56152754393943496b6ab..45a4b277a8e7430933c99497131f3c5b28e707a4 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLProgressElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLProgressElement.h
|
| @@ -61,7 +61,7 @@ private:
|
|
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
|
|
| - void attach(const AttachContext& = AttachContext()) override;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
|
|
| void didElementStateChange();
|
| void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
|
|