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

Unified Diff: skia/ext/platform_device.cc

Issue 10915065: Add PlatformPictureSkia and RecordingPlatformDeviceSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor style changes and move skia include to .cpp file. Created 8 years, 3 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.cc
diff --git a/skia/ext/platform_device.cc b/skia/ext/platform_device.cc
index f280aaf8728bedcaa00832053f25b905ab160a08..fd3576b46f90c4798f429bf33dc49447e0e63d15 100644
--- a/skia/ext/platform_device.cc
+++ b/skia/ext/platform_device.cc
@@ -76,4 +76,8 @@ bool PlatformDevice::IsNativeFontRenderingAllowed() {
return true;
}
+bool PlatformDevice::IsNativeRenderingAllowed() {
alokp 2012/09/17 16:29:30 Can we get rid of IsNativeFontRenderingAllowed?
reveman 2012/09/17 21:22:16 We can't get rid of it as it's used to determine i
+ return IsNativeFontRenderingAllowed();
+}
+
} // namespace skia

Powered by Google App Engine
This is Rietveld 408576698