aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-29 07:01:48 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-29 07:01:48 +0000
commite5d7015cde3b6f2a3929b8e378822e3d7be223d4 (patch)
tree49be18041cd7c5abe2f32dfba88d4ea3d3ed5882 /include/gpu
parente8612d9a8d616c2ed0195421a0675e10b0c2d230 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13228 2bbb7eff-a529-9590-31e7-b0007b416f81
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);