Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: chrome/browser/thumbnails/thumbnail_tab_helper.h

Issue 11031055: Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prerender/prerender_tab_helper.cc ('k') | chrome/browser/thumbnails/thumbnail_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/prerender/prerender_tab_helper.cc ('k') | chrome/browser/thumbnails/thumbnail_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698