aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkDevice.h')
-rw-r--r--src/core/SkDevice.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/SkDevice.h b/src/core/SkDevice.h
index 345b90548b..bd327a65c3 100644
--- a/src/core/SkDevice.h
+++ b/src/core/SkDevice.h
@@ -16,8 +16,8 @@
class SkBitmap;
struct SkDrawShadowRec;
+class SkGlyphRun;
class SkGlyphRunList;
-class SkGlyphRunBuilder;
class SkImageFilterCache;
struct SkIRect;
class SkMatrix;
@@ -242,8 +242,7 @@ protected:
virtual void drawTextOnPath(const void* text, size_t len, const SkPath&,
const SkMatrix*, const SkPaint&);
- virtual void drawTextRSXform(const void* text, size_t len, const SkRSXform[],
- const SkPaint&);
+ void drawGlyphRunRSXform(SkGlyphRun* run, const SkRSXform* xform);
virtual void drawSpecial(SkSpecialImage*, int x, int y, const SkPaint&,
SkImage* clipImage, const SkMatrix& clipMatrix);