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

Unified Diff: ui/gfx/canvas_direct2d.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_direct2d.cc
diff --git a/ui/gfx/canvas_direct2d.cc b/ui/gfx/canvas_direct2d.cc
index e58f94cc060d2a781978490b2f42aed9d8fd0d1f..70e8f692d00b7dd9bc211552aeaad55ff7ae5294 100644
--- a/ui/gfx/canvas_direct2d.cc
+++ b/ui/gfx/canvas_direct2d.cc
@@ -308,6 +308,10 @@ void CanvasDirect2D::DrawStringInt(const string16& text,
NOTIMPLEMENTED();
}
+void CanvasDirect2D::DrawStringInt(const RenderText& render_text) {
+ NOTIMPLEMENTED();
+}
+
void CanvasDirect2D::DrawFocusRect(int x, int y, int width, int height) {
NOTIMPLEMENTED();
}
« no previous file with comments | « ui/gfx/canvas_direct2d.h ('k') | ui/gfx/canvas_skia.h » ('j') | ui/gfx/render_text.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698