Chromium Code Reviews| Index: ui/gfx/canvas_android.cc |
| diff --git a/ui/gfx/canvas_android.cc b/ui/gfx/canvas_android.cc |
| index 54e45f7653a69acc640507c22039aa540d03e43a..a64e05c9690ca98c8328e190f047429e31b5f256 100644 |
| --- a/ui/gfx/canvas_android.cc |
| +++ b/ui/gfx/canvas_android.cc |
| @@ -11,8 +11,8 @@ namespace gfx { |
| // static |
| void Canvas::SizeStringInt(const base::string16& text, |
| const FontList& font_list, |
| - int* width, |
| - int* height, |
| + float* width, |
| + float* height, |
| int line_height, |
| int flags) { |
| NOTIMPLEMENTED(); |