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

Unified Diff: ui/gfx/canvas_notimplemented.cc

Issue 2654853002: Remove gfx::Canvas::DrawStringRectWithHalo. (Closed)
Patch Set: fix test Created 3 years, 9 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_skia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/canvas_notimplemented.cc
diff --git a/ui/gfx/canvas_notimplemented.cc b/ui/gfx/canvas_notimplemented.cc
index dc661b5b48dd00524fefa551597a4797c88efe8e..868ef6fb3970d691a0f414a6cba213a377daf949 100644
--- a/ui/gfx/canvas_notimplemented.cc
+++ b/ui/gfx/canvas_notimplemented.cc
@@ -18,15 +18,6 @@ void Canvas::SizeStringFloat(const base::string16& text,
NOTIMPLEMENTED();
}
-void Canvas::DrawStringRectWithHalo(const base::string16& text,
- const FontList& font_list,
- SkColor text_color,
- SkColor halo_color_in,
- const Rect& display_rect,
- int flags) {
- NOTIMPLEMENTED();
-}
-
void Canvas::DrawStringRectWithFlags(const base::string16& text,
const FontList& font_list,
SkColor color,
« no previous file with comments | « ui/gfx/canvas.h ('k') | ui/gfx/canvas_skia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698