Index: third_party/WebKit/Source/core/style/StyleGeneratedImage.cpp |
diff --git a/third_party/WebKit/Source/core/style/StyleGeneratedImage.cpp b/third_party/WebKit/Source/core/style/StyleGeneratedImage.cpp |
index 104a8b70e1d27aae40c3927e42ee6d25ceb12bc8..ecacc85cdd3e66f396efcd6ec6c1718b3533a496 100644 |
--- a/third_party/WebKit/Source/core/style/StyleGeneratedImage.cpp |
+++ b/third_party/WebKit/Source/core/style/StyleGeneratedImage.cpp |
@@ -69,9 +69,8 @@ void StyleGeneratedImage::RemoveClient(LayoutObject* layout_object) { |
PassRefPtr<Image> StyleGeneratedImage::GetImage( |
const LayoutObject& layout_object, |
- const IntSize& size, |
- float zoom) const { |
- return image_generator_value_->GetImage(layout_object, size, zoom); |
+ const IntSize& size) const { |
+ return image_generator_value_->GetImage(layout_object, size); |
} |
bool StyleGeneratedImage::KnownToBeOpaque( |