| 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 c17849ad11da963117c19fe7663c0aedca164987..afbd05fad9549d3e3d6093e150eea659708f038f 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ImageResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ImageResource.h
|
| @@ -71,9 +71,6 @@ public:
|
| static std::pair<blink::Image*, float> brokenImage(float deviceScaleFactor); // Returns an image and the image's resolution scale factor.
|
| bool willPaintBrokenImage() const;
|
|
|
| - // Assumes that image rotation or scale doesn't effect the image size being empty or not.
|
| - bool canRender() { return !errorOccurred() && !imageSize(DoNotRespectImageOrientation, 1).isEmpty(); }
|
| -
|
| bool usesImageContainerSize() const;
|
| bool imageHasRelativeSize() const;
|
| // The device pixel ratio we got from the server for this image, or 1.0.
|
|
|