| 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 aeb64c3b1789c7d6fe96861b7b86a972bfe00f3c..e61ed490bcaf9a9c78545a8f3facf467df97e1cd 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ImageResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ImageResource.h
|
| @@ -80,6 +80,7 @@ public:
|
| float devicePixelRatioHeaderValue() const { return m_devicePixelRatioHeaderValue; }
|
| bool hasDevicePixelRatioHeaderValue() const { return m_hasDevicePixelRatioHeaderValue; }
|
|
|
| + void updateConcreteObjectSize(const LayoutSize& defaultObjectSize);
|
| enum SizeType {
|
| IntrinsicSize, // Report the intrinsic size.
|
| IntrinsicCorrectedToDPR, // Report the intrinsic size corrected to account for image density.
|
|
|