| Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| index 615eeffb2649f54dd3d4c5369a215dc38640f588..ccd43d61c85b4d1d95b0c8171cdfaf9034065edc 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| @@ -62,6 +62,7 @@ public:
|
| bool canRender() const override;
|
| bool isLoaded() const override;
|
| bool errorOccurred() const override;
|
| + void updateConcreteObjectSize(const LayoutSize& defaultObjectSize) override;
|
| LayoutSize imageSize(const LayoutObject*, float multiplier) const override;
|
| bool imageHasRelativeSize() const override;
|
| void computeIntrinsicDimensions(const LayoutObject*, FloatSize& intrinsicSize, FloatSize& intrinsicRatio) override;
|
|
|