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; |
Justin Novosad
2016/03/08 21:56:35
Why is intrinsicRatio a FloatSize rather than a fl
davve
2016/03/09 08:06:10
I assume it is/was to delay actual computation of
|
IntSize size() const override { return m_size; } |