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..66f54a4873b97a3a0a3f2fb5f7f633a7142cb9c1 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
@@ -154,7 +154,7 @@ public: |
// CanvasImageSource implementation |
PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint, SnapshotReason) 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; |