| Index: chrome/browser/thumbnails/thumbnail_tab_helper.h
|
| ===================================================================
|
| --- chrome/browser/thumbnails/thumbnail_tab_helper.h (revision 161107)
|
| +++ chrome/browser/thumbnails/thumbnail_tab_helper.h (working copy)
|
| @@ -26,7 +26,7 @@
|
| }
|
|
|
| namespace skia {
|
| -class PlatformCanvas;
|
| +class PlatformBitmap;
|
| }
|
|
|
| class ThumbnailTabHelper
|
| @@ -120,7 +120,7 @@
|
| void UpdateThumbnailWithCanvas(
|
| content::WebContents* web_contents,
|
| ClipResult clip_result,
|
| - skia::PlatformCanvas* temp_canvas,
|
| + skia::PlatformBitmap* temp_bitmap,
|
| bool result);
|
|
|
| // Called when a render view host was created for a WebContents.
|
|
|