| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index 6a58f33c0232a367bc3d73c4988ac119e80fccb7..7e066d430890368f5b0ace776141a15d7e47a9bb 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -96,7 +96,7 @@
|
| IntSize containerSize() const;
|
| bool usesContainerSize() const override { return true; }
|
|
|
| - SizeAvailability dataChanged(bool allDataReceived) override;
|
| + bool dataChanged(bool allDataReceived) override;
|
|
|
| // FIXME: SVGImages are underreporting decoded sizes and will be unable
|
| // to prune because these functions are not implemented yet.
|
|
|