| Index: third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GeneratedImage.h b/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| index 6409111c0e163ea1291aa9b9776688f286483829..de9cb3928af4b74331e7aa5c634d8286a58f6182 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GeneratedImage.h
|
| @@ -38,7 +38,6 @@ public:
|
|
|
| bool usesContainerSize() const override { return true; }
|
| bool hasRelativeSize() const override { return true; }
|
| - void computeIntrinsicDimensions(FloatSize& intrinsicSize, FloatSize& intrinsicRatio) override;
|
|
|
| IntSize size() const override { return m_size; }
|
|
|
|
|