| Index: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp
|
| index af567eb70e2905c6829aa00441e4d6086643bed5..eeb153d5f6a80df9431145ffe1cb345b8fd63e25 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp
|
| @@ -42,6 +42,8 @@ public:
|
| bool wouldTaintOrigin(SecurityOrigin* destinationSecurityOrigin) const override { return false; }
|
| FloatSize elementSize(const FloatSize&) const override { return FloatSize(m_size); }
|
| bool isOpaque() const override { return m_isOpaque; }
|
| + int sourceWidth() override { return m_size.width(); }
|
| + int sourceHeight() override { return m_size.height(); }
|
|
|
| ~FakeImageSource() override { }
|
|
|
|
|