| Index: third_party/WebKit/Source/platform/graphics/Image.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.cpp b/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| index 5ab1d6f47e714896ef405937e8ceda2110650766..36e0b9dced3cb5361d473b31a0b6fb066daf9bed 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| @@ -259,11 +259,6 @@ void Image::drawPattern(GraphicsContext& context, const FloatRect& floatSrcRect,
|
| PlatformInstrumentation::didDrawLazyPixelRef(imageID);
|
| }
|
|
|
| -void Image::computeIntrinsicDimensions(FloatSize& intrinsicSize, FloatSize& intrinsicRatio)
|
| -{
|
| - intrinsicSize = intrinsicRatio = FloatSize(size());
|
| -}
|
| -
|
| PassRefPtr<Image> Image::imageForDefaultFrame()
|
| {
|
| RefPtr<Image> image(this);
|
|
|