diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 17:59:12 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 17:59:12 +0000 |
commit | a2ecb1d1a7a1ffe57c7ad9750a4c9a9bfa9d4770 (patch) | |
tree | bff0e6eb061feff9f0bc6d0e21680aabb1fb0ed7 /skia/ext/platform_device_linux.h | |
parent | 30de978415fee18ae4c6b401185f2df12a7e2268 (diff) | |
download | chromium_src-a2ecb1d1a7a1ffe57c7ad9750a4c9a9bfa9d4770.zip chromium_src-a2ecb1d1a7a1ffe57c7ad9750a4c9a9bfa9d4770.tar.gz chromium_src-a2ecb1d1a7a1ffe57c7ad9750a4c9a9bfa9d4770.tar.bz2 |
Revert 94905 - Remove (now obsolete) IsNativeFontRendering api
Review URL: http://codereview.chromium.org/7482045
- The webkit side of this change was reverted.
TBR=reed@google.com
Review URL: http://codereview.chromium.org/7518042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/platform_device_linux.h')
-rw-r--r-- | skia/ext/platform_device_linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/ext/platform_device_linux.h b/skia/ext/platform_device_linux.h index 3683b9b..51c292f 100644 --- a/skia/ext/platform_device_linux.h +++ b/skia/ext/platform_device_linux.h @@ -16,6 +16,9 @@ class PlatformDevice : public SkDevice { public: typedef cairo_t* PlatformSurface; + // Returns if native platform APIs are allowed to render text to this device. + virtual bool IsNativeFontRenderingAllowed(); + virtual PlatformSurface BeginPlatformPaint() = 0; virtual void EndPlatformPaint(); |