Chromium Code Reviews| Index: skia/ext/canvas_paint_linux.h |
| =================================================================== |
| --- skia/ext/canvas_paint_linux.h (revision 85945) |
| +++ skia/ext/canvas_paint_linux.h (working copy) |
| @@ -92,7 +92,7 @@ |
| // surface. |
| T::translate(-SkIntToScalar(bounds.x), -SkIntToScalar(bounds.y)); |
| - context_ = T::getTopPlatformDevice().BeginPlatformPaint(); |
| + context_ = BeginPlatformPaint(&T::getTopDevice()); |
| } |
| cairo_t* context_; |