| Index: Source/core/html/HTMLCanvasElement.h
|
| diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
|
| index 92a1fb72b0ffdc1b5ae758efad9210a04be5e94d..5f6d837b5e19cd623931bf175f770f9f9cc58cd8 100644
|
| --- a/Source/core/html/HTMLCanvasElement.h
|
| +++ b/Source/core/html/HTMLCanvasElement.h
|
| @@ -176,7 +176,7 @@ private:
|
| explicit HTMLCanvasElement(Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| virtual void didRecalcStyle(StyleRecalcChange) override;
|
| virtual bool areAuthorShadowsAllowed() const override { return false; }
|
|
|
|
|