Chromium Code Reviews| Index: skia/ext/platform_device_linux.h |
| =================================================================== |
| --- skia/ext/platform_device_linux.h (revision 80358) |
| +++ skia/ext/platform_device_linux.h (working copy) |
| @@ -24,6 +24,7 @@ |
| virtual bool IsNativeFontRenderingAllowed(); |
| virtual PlatformSurface beginPlatformPaint() = 0; |
|
vangelis
2011/04/05 06:23:10
PlatformDevice appears to be starting all method n
alokp
2011/04/05 15:37:56
Done.
|
| + virtual void endPlatformPaint(); |
|
vangelis
2011/04/05 06:23:10
pure virtual ?
alokp
2011/04/05 15:37:56
No. It is implemented in PlatformDevice. It is dif
|
| protected: |
| // Forwards |bitmap| to SkDevice's constructor. |