Index: third_party/WebKit/Source/core/fetch/ImageResource.h |
diff --git a/third_party/WebKit/Source/core/fetch/ImageResource.h b/third_party/WebKit/Source/core/fetch/ImageResource.h |
index 2ca6294e640d583858c9ee3c707e2474699ee367..1f0a9a21cde233c95bf31fac8ef8131a55624204 100644 |
--- a/third_party/WebKit/Source/core/fetch/ImageResource.h |
+++ b/third_party/WebKit/Source/core/fetch/ImageResource.h |
@@ -87,7 +87,7 @@ public: |
}; |
// This method takes a zoom multiplier that can be used to increase the natural size of the image by the zoom. |
LayoutSize imageSize(RespectImageOrientationEnum shouldRespectImageOrientation, float multiplier, SizeType = IntrinsicSize); |
- void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio); |
+ void computeIntrinsicDimensions(FloatSize& intrinsicSize, FloatSize& intrinsicRatio); |
bool isAccessAllowed(SecurityOrigin*); |