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

Unified Diff: chrome/browser/views/tab_icon_view.h

Issue 113443: ChromeCanvas->gfx::Canvas (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/views/status_bubble_views.cc ('k') | chrome/browser/views/tab_icon_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tab_icon_view.h
===================================================================
--- chrome/browser/views/tab_icon_view.h (revision 16147)
+++ chrome/browser/views/tab_icon_view.h (working copy)
@@ -39,13 +39,13 @@
void set_is_light(bool is_light) { is_light_ = is_light; }
// Overriden from View
- virtual void Paint(ChromeCanvas* canvas);
+ virtual void Paint(gfx::Canvas* canvas);
virtual gfx::Size GetPreferredSize();
private:
- void PaintThrobber(ChromeCanvas* canvas);
- void PaintFavIcon(ChromeCanvas* canvas, const SkBitmap& bitmap);
- void PaintIcon(ChromeCanvas* canvas,
+ void PaintThrobber(gfx::Canvas* canvas);
+ void PaintFavIcon(gfx::Canvas* canvas, const SkBitmap& bitmap);
+ void PaintIcon(gfx::Canvas* canvas,
const SkBitmap& bitmap,
int src_x,
int src_y,
« no previous file with comments | « chrome/browser/views/status_bubble_views.cc ('k') | chrome/browser/views/tab_icon_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698