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

Unified Diff: ui/gfx/canvas.h

Issue 10735009: Delete canvas_win.cc since it is no longer used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « no previous file | ui/gfx/canvas_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/canvas.h
===================================================================
--- ui/gfx/canvas.h (revision 145540)
+++ ui/gfx/canvas.h (working copy)
@@ -24,7 +24,6 @@
namespace gfx {
-class Brush;
class Rect;
class Font;
class Point;
@@ -412,17 +411,6 @@
float user_defined_scale_factor_x,
float user_defined_scale_factor_y) const;
-#if defined(OS_WIN)
- // Draws text with the specified color, font and location. The text is
- // aligned to the left, vertically centered, clipped to the region. If the
- // text is too big, it is truncated and '...' is added to the end.
- void DrawStringInt(const string16& text,
- HFONT font,
- SkColor color,
- const gfx::Rect& text_bounds,
- int flags);
-#endif
-
scoped_ptr<skia::PlatformCanvas> owned_canvas_;
SkCanvas* canvas_;
« no previous file with comments | « no previous file | ui/gfx/canvas_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698