Chromium Code Reviews| Index: ui/gfx/canvas_skia_linux.cc |
| =================================================================== |
| --- ui/gfx/canvas_skia_linux.cc (revision 85672) |
| +++ ui/gfx/canvas_skia_linux.cc (working copy) |
| @@ -291,7 +291,7 @@ |
| text_canvas.endPlatformPaint(); |
| const SkBitmap& text_bitmap = const_cast<SkBitmap&>( |
| - text_canvas.getTopPlatformDevice().accessBitmap(false)); |
| + text_canvas.getTopDevice().accessBitmap(false)); |
| canvas_->DrawBitmapInt(text_bitmap, text_x_ - 1, text_y_ - 1); |
| } |