| Index: third_party/WebKit/Source/platform/graphics/Image.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
|
| index 8ee032c702e3be9aff661e5eae7a7ceb75a163d7..089832c197e5a14e75ae4d74942c02ab48900297 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -96,7 +96,7 @@ public:
|
| // Computes (extracts) the intrinsic dimensions and ratio from the Image. The intrinsic ratio
|
| // will be the 'viewport' of the image. (Same as the dimensions for a raster image. For SVG
|
| // images it can be the dimensions defined by the 'viewBox'.)
|
| - virtual void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio);
|
| + virtual void computeIntrinsicDimensions(FloatSize& intrinsicSize, FloatSize& intrinsicRatio);
|
|
|
| virtual IntSize size() const = 0;
|
| IntRect rect() const { return IntRect(IntPoint(), size()); }
|
|
|