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

Unified Diff: skia/ext/platform_device_linux.h

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.h
diff --git a/skia/ext/platform_device_linux.h b/skia/ext/platform_device_linux.h
index e40934b0fca6276ece5cb9f9adf6f5cf9ad7d236..e0081e8c05524ce5faf9104542f8695bef4a1b05 100644
--- a/skia/ext/platform_device_linux.h
+++ b/skia/ext/platform_device_linux.h
@@ -24,6 +24,7 @@ class PlatformDevice : public SkDevice {
virtual bool IsNativeFontRenderingAllowed();
virtual PlatformSurface beginPlatformPaint() = 0;
+ virtual void endPlatformPaint();
alokp 2011/04/06 20:36:32 I have already added this function in one of the C
vandebo (ex-Chrome) 2011/04/06 22:01:37 I see your CL got a LGTM. I'll rebase after you c
vandebo (ex-Chrome) 2011/04/07 00:25:35 Rebased.
protected:
// Forwards |bitmap| to SkDevice's constructor.

Powered by Google App Engine
This is Rietveld 408576698