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

Unified Diff: ui/gfx/canvas.cc

Issue 2616963002: Remove unused Canvas::DrawStringRectWithShadows(). (Closed)
Patch Set: more iwyu Created 3 years, 11 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 | « ui/gfx/canvas.h ('k') | ui/gfx/canvas_notimplemented.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/canvas.cc
diff --git a/ui/gfx/canvas.cc b/ui/gfx/canvas.cc
index 9e82c7fc411256174891b9d69c6c7a6ca91b9e78..5f2bff9758d907a700e918c7ee3b4feec33fa91a 100644
--- a/ui/gfx/canvas.cc
+++ b/ui/gfx/canvas.cc
@@ -463,15 +463,6 @@ void Canvas::DrawStringRect(const base::string16& text,
DefaultCanvasTextAlignment());
}
-void Canvas::DrawStringRectWithFlags(const base::string16& text,
- const FontList& font_list,
- SkColor color,
- const Rect& display_rect,
- int flags) {
- DrawStringRectWithShadows(text, font_list, color, display_rect, 0, flags,
- ShadowValues());
-}
-
void Canvas::TileImageInt(const ImageSkia& image,
int x,
int y,
« no previous file with comments | « ui/gfx/canvas.h ('k') | ui/gfx/canvas_notimplemented.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698