aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu')
-rwxr-xr-xinclude/gpu/GrDistanceFieldTextContext.h2
-rw-r--r--include/gpu/GrTextContext.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/gpu/GrDistanceFieldTextContext.h b/include/gpu/GrDistanceFieldTextContext.h
index 79058b8bbd..172342a0f0 100755
--- a/include/gpu/GrDistanceFieldTextContext.h
+++ b/include/gpu/GrDistanceFieldTextContext.h
@@ -23,7 +23,7 @@ public:
int scalarsPerPosition) SK_OVERRIDE;
private:
- GrDistanceFieldTextContext(GrContext*, const GrPaint&, const SkPaint&,
+ GrDistanceFieldTextContext(GrContext*, const GrPaint&, const SkPaint&,
const SkDeviceProperties&);
virtual ~GrDistanceFieldTextContext();
friend class GrTTextContextManager<GrDistanceFieldTextContext>;
diff --git a/include/gpu/GrTextContext.h b/include/gpu/GrTextContext.h
index a8c0df0bda..273e0947b1 100644
--- a/include/gpu/GrTextContext.h
+++ b/include/gpu/GrTextContext.h
@@ -36,7 +36,7 @@ protected:
static GrFontScaler* GetGrFontScaler(SkGlyphCache* cache);
static void MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc,
const char text[], size_t byteLength, SkVector* stopVector);
-
+
GrContext* fContext;
GrPaint fPaint;
SkPaint fSkPaint;
@@ -99,7 +99,7 @@ public:
}
virtual GrTextContext* create(GrContext* grContext, const GrPaint& grPaint,
- const SkPaint& skPaint, const SkDeviceProperties& properties)
+ const SkPaint& skPaint, const SkDeviceProperties& properties)
SK_OVERRIDE {
// add check for usePath here?
SkASSERT(!fUsed);