| Index: chrome/renderer/render_view.cc
|
| ===================================================================
|
| --- chrome/renderer/render_view.cc (revision 6868)
|
| +++ chrome/renderer/render_view.cc (working copy)
|
| @@ -798,8 +798,8 @@
|
| device->accessBitmap(false).extractSubset(&subset, src_rect);
|
|
|
| // Resample the subset that we want to get it the right size.
|
| - *thumbnail = gfx::ImageOperations::Resize(
|
| - subset, gfx::ImageOperations::RESIZE_LANCZOS3, gfx::Size(w, h));
|
| + *thumbnail = skia::ImageOperations::Resize(
|
| + subset, skia::ImageOperations::RESIZE_LANCZOS3, w, h);
|
|
|
| score->boring_score = CalculateBoringScore(thumbnail);
|
|
|
|
|