aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/GrTextContext.h
diff options
context:
space:
mode:
authorskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-31 03:01:59 +0000
committerskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-31 03:01:59 +0000
commit4c18e9fbb685cccf23342757e786027a032197da (patch)
treec49d92a4671123f0d8a1166acbf5e85c7833a8a5 /src/gpu/GrTextContext.h
parentcc787fa8029889877da8edbb70a284cb0e19de33 (diff)
downloadskia-4c18e9fbb685cccf23342757e786027a032197da.tar.gz
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13258 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrTextContext.h')
-rw-r--r--src/gpu/GrTextContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h
index ea089cc76..4cede1dd9 100644
--- a/src/gpu/GrTextContext.h
+++ b/src/gpu/GrTextContext.h
@@ -25,7 +25,7 @@ class GrFontScaler;
class GrTextContext {
public:
virtual ~GrTextContext() {}
- virtual void drawText(const GrPaint&, const SkPaint&, const char text[], size_t byteLength,
+ virtual void drawText(const GrPaint&, const SkPaint&, const char text[], size_t byteLength,
SkScalar x, SkScalar y) = 0;
virtual void drawPosText(const GrPaint&, const SkPaint&,
const char text[], size_t byteLength,
@@ -33,7 +33,7 @@ public:
int scalarsPerPosition) = 0;
virtual bool canDraw(const SkPaint& paint) = 0;
-
+
protected:
GrTextContext(GrContext*, const SkDeviceProperties&);