| Index: third_party/WebKit/Source/core/frame/ImageBitmap.h
 | 
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.h b/third_party/WebKit/Source/core/frame/ImageBitmap.h
 | 
| index e9194645529e70f92577df9c1b246d68f52829a5..5c27ae32a1e56b721b76436367b911a26328e1d6 100644
 | 
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.h
 | 
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.h
 | 
| @@ -59,7 +59,7 @@ public:
 | 
|      PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*, AccelerationHint, SnapshotReason) const override;
 | 
|      bool wouldTaintOrigin(SecurityOrigin*) const override { return !m_image->originClean(); }
 | 
|      void adjustDrawRects(FloatRect* srcRect, FloatRect* dstRect) const override;
 | 
| -    FloatSize elementSize() const override;
 | 
| +    FloatSize elementSize(const FloatSize&) const override;
 | 
|  
 | 
|      // ImageBitmapSource implementation
 | 
|      IntSize bitmapSourceSize() const override { return size(); }
 | 
| 
 |