| Index: chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h
|
| diff --git a/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h b/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h
|
| index 517a6c4ec3c1f160dfde3bf1fd240b4db641e166..7d2fa198342e076bcd9f409c39ba29f4f5f45021 100644
|
| --- a/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h
|
| +++ b/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h
|
| @@ -20,7 +20,7 @@ class ContentBasedThumbnailingAlgorithm : public ThumbnailingAlgorithm {
|
| ClipResult GetCanvasCopyInfo(const gfx::Size& source_size,
|
| ui::ScaleFactor scale_factor,
|
| gfx::Rect* clipping_rect,
|
| - gfx::Size* target_size) const override;
|
| + gfx::Size* copy_size) const override;
|
|
|
| void ProcessBitmap(scoped_refptr<ThumbnailingContext> context,
|
| const ConsumerCallback& callback,
|
|
|