| Index: skia/ext/platform_canvas_linux.cc
|
| diff --git a/skia/ext/platform_canvas_linux.cc b/skia/ext/platform_canvas_linux.cc
|
| index fc038f9c559634b1e5378ff19834cb82fd1a63fa..6aa8a5b5f3f95031195d3961cae9ec6ff0662f71 100644
|
| --- a/skia/ext/platform_canvas_linux.cc
|
| +++ b/skia/ext/platform_canvas_linux.cc
|
| @@ -38,7 +38,7 @@ cairo_t* PlatformCanvas::beginPlatformPaint() const {
|
| }
|
|
|
| void PlatformCanvas::endPlatformPaint() const {
|
| - // We don't need to do anything on Linux here.
|
| + getTopPlatformDevice().endPlatformPaint();
|
| }
|
|
|
| } // namespace skia
|
|
|