diff options
Diffstat (limited to 'app/gfx/chrome_canvas.cc')
-rw-r--r-- | app/gfx/chrome_canvas.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/chrome_canvas.cc b/app/gfx/chrome_canvas.cc index 9898168..4419b0f 100644 --- a/app/gfx/chrome_canvas.cc +++ b/app/gfx/chrome_canvas.cc @@ -217,7 +217,7 @@ void ChromeCanvas::DrawBitmapInt(const SkBitmap& bitmap, int src_x, int src_y, } void ChromeCanvas::DrawStringInt(const std::wstring& text, - const ChromeFont& font, + const gfx::Font& font, const SkColor& color, int x, int y, int w, int h) { |