| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| index 7c971e37a3ba6bfe1b831d365de0927a3731c549..39f97d889609fbc6c94d633f823b8e32d7c40914 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -252,9 +252,7 @@ class CORE_EXPORT HTMLCanvasElement final
|
|
|
| bool shouldAccelerate(const IntSize&) const;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| bool areAuthorShadowsAllowed() const override { return false; }
|
|
|
|
|