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

Unified Diff: ui/gfx/canvas_skia.cc

Issue 7265011: RenderText API Outline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add some placeholder functionality on Windows. Created 9 years, 6 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
Index: ui/gfx/canvas_skia.cc
diff --git a/ui/gfx/canvas_skia.cc b/ui/gfx/canvas_skia.cc
index 3d88276e2ba83314c53c4048a364ad785b35873f..eb2aec87d78899c33d20afbc0578b137912bfd45 100644
--- a/ui/gfx/canvas_skia.cc
+++ b/ui/gfx/canvas_skia.cc
@@ -294,6 +294,11 @@ void CanvasSkia::DrawStringInt(const string16& text,
display_rect.width(), display_rect.height());
}
+// TODO(msw): Common implementation calls a RenderText function???
+//void CanvasSkia::DrawStringInt(const gfx::RenderText& render_text) {
+// NOTIMPLEMENTED();
+//}
+
void CanvasSkia::TileImageInt(const SkBitmap& bitmap,
int x, int y, int w, int h) {
TileImageInt(bitmap, 0, 0, x, y, w, h);
« no previous file with comments | « ui/gfx/canvas_skia.h ('k') | ui/gfx/canvas_skia_linux.cc » ('j') | ui/gfx/render_text.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698