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-25 07:01:49 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-25 07:01:49 +0000
commitd2ac07b64b7d46e81d00d389781f9f83810f0095 (patch)
treead11336d06bc6d0a1e02c87dd2d206cc764e66f7 /include/gpu
parent709ca75f032d7c60eb53c5840524a875a3a6cdb1 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13181 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrTextContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/GrTextContext.h b/include/gpu/GrTextContext.h
index e2d7d9b973..1539df09a0 100644
--- a/include/gpu/GrTextContext.h
+++ b/include/gpu/GrTextContext.h
@@ -55,7 +55,7 @@ private:
class ManagedTextContext : public TextContextClass {
public:
~ManagedTextContext() {}
-
+
ManagedTextContext(GrContext* context,
const GrPaint& grPaint,
const SkPaint& skPaint,
@@ -77,7 +77,7 @@ private:
GrTTextContextManager<TextContextClass>* fManager;
};
-
+
public:
GrTTextContextManager() {
fAllocation = sk_malloc_throw(sizeof(ManagedTextContext));