Index: skia/ext/canvas_paint_linux.h |
=================================================================== |
--- skia/ext/canvas_paint_linux.h (revision 85672) |
+++ 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_ = platform_util::BeginPlatformPaint(&T::getTopDevice()); |
} |
cairo_t* context_; |