Chromium Code Reviews| Index: skia/ext/platform_device.h |
| diff --git a/skia/ext/platform_device.h b/skia/ext/platform_device.h |
| index 69efb3f723356896f234cf0ae767a804ffc060ca..90778187e06bc71289ff5868dbef2227c3072c7b 100644 |
| --- a/skia/ext/platform_device.h |
| +++ b/skia/ext/platform_device.h |
| @@ -124,6 +124,10 @@ class SK_API PlatformDevice { |
| // Returns true if GDI operations can be used for drawing into the bitmap. |
| virtual bool SupportsPlatformPaint(); |
| + // Returns true if GDI operations can be used for drawing into the bitmap |
| + // without indirect rendering taking place. |
|
reed1
2012/09/20 13:42:28
I honestly don't know what "without indirect rende
reveman
2012/09/20 17:01:26
I'll improve the language here.
|
| + virtual bool SupportsDirectPlatformPaint(); |
| + |
| #if defined(OS_WIN) |
| // Loads a SkPath into the GDI context. The path can there after be used for |
| // clipping or as a stroke. Returns false if the path failed to be loaded. |