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

Unified Diff: skia/ext/platform_device_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_device_linux.cc
diff --git a/skia/ext/platform_device_linux.cc b/skia/ext/platform_device_linux.cc
index c8ea48e65398e7f89560ac6fe6e9720fe2cf042b..1ffdb1387943db1e132dd088b7ef9bcc16284603 100644
--- a/skia/ext/platform_device_linux.cc
+++ b/skia/ext/platform_device_linux.cc
@@ -14,4 +14,6 @@ bool PlatformDevice::IsNativeFontRenderingAllowed() {
return true;
}
+void PlatformDevice::endPlatformPaint() {}
+
} // namespace skia

Powered by Google App Engine
This is Rietveld 408576698