| 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 5d7d9d9df4df066a7df0a6f8dae6402e4e654a90..e9ee1b4932c79bb7248cd943a440c1ee71432bfa 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -152,9 +152,9 @@ public:
|
| void willDetachDocument() override;
|
|
|
| // CanvasImageSource implementation
|
| - PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint, SnapshotReason) const override;
|
| + PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint, SnapshotReason, const FloatSize&) const override;
|
| bool wouldTaintOrigin(SecurityOrigin*) const override;
|
| - FloatSize elementSize() const override;
|
| + FloatSize elementSize(const FloatSize&) const override;
|
| bool isCanvasElement() const override { return true; }
|
| bool isOpaque() const override;
|
|
|
|
|