summaryrefslogtreecommitdiffstats
path: root/app/gfx/canvas.cc
diff options
context:
space:
mode:
Diffstat (limited to 'app/gfx/canvas.cc')
-rw-r--r--app/gfx/canvas.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/gfx/canvas.cc b/app/gfx/canvas.cc
index d3b55ab..2cef3de 100644
--- a/app/gfx/canvas.cc
+++ b/app/gfx/canvas.cc
@@ -221,16 +221,6 @@ void Canvas::DrawStringInt(const std::wstring& text,
l10n_util::DefaultCanvasTextAlignment());
}
-#if defined(OS_MACOSX)
-void Canvas::DrawStringInt(const std::wstring& text,
- const gfx::Font& font,
- const SkColor& color,
- int x, int y, int w, int h,
- int flags) {
- NOTIMPLEMENTED();
-}
-#endif
-
void Canvas::TileImageInt(const SkBitmap& bitmap, int x, int y, int w, int h) {
TileImageInt(bitmap, 0, 0, x, y, w, h);
}