| 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 88f4301946a7dc06bdc09832143673a92afcc1fe..4efbe3c01b0b059da0f51351544fba1eac8f77dc 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -82,7 +82,6 @@ public:
|
| static Image* nullImage();
|
| bool isNull() const { return size().isEmpty(); }
|
|
|
| - virtual void setContainerSize(const IntSize&) { }
|
| virtual bool usesContainerSize() const { return false; }
|
| virtual bool hasRelativeWidth() const { return false; }
|
| virtual bool hasRelativeHeight() const { return false; }
|
|
|