Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1463)

Unified Diff: skia/ext/platform_canvas_linux.cc

Issue 6499024: Connect Skia PDF backend to printing subsystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to 80514 (but needs Skia rev >= 1059) Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698