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 b8f33f384230a096da856ae4422de1fb9519c856..3cbc9348de429dbde17a0a4ad8da7d72d435fa9d 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Image.h |
+++ b/third_party/WebKit/Source/platform/graphics/Image.h |
@@ -93,8 +93,7 @@ public: |
bool isNull() const { return size().isEmpty(); } |
virtual bool usesContainerSize() const { return false; } |
- virtual bool hasRelativeWidth() const { return false; } |
- virtual bool hasRelativeHeight() const { return false; } |
+ virtual bool hasRelativeSize() const { return false; } |
// 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 |