Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h |
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h |
index 1703d2fbe561fc94fea7d593f9ae40700fea4faa..066c57499d1dd53ffa9886a812f6a02e1d3c935b 100644 |
--- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h |
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h |
@@ -64,7 +64,6 @@ public: |
bool errorOccurred() const override; |
LayoutSize imageSize(const LayoutObject*, float multiplier, const LayoutSize& defaultObjectSize) const override; |
bool imageHasRelativeSize() const override; |
- void computeIntrinsicDimensions(const LayoutObject*, FloatSize& intrinsicSize, FloatSize& intrinsicRatio) override; |
bool usesImageContainerSize() const override; |
void addClient(LayoutObject*) override; |
void removeClient(LayoutObject*) override; |