diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-13 02:01:56 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-13 02:01:56 +0000 |
commit | f57c01bdcfdf1c923b9a473974bfe6f8c66eca3e (patch) | |
tree | ee96983e9cd53926959fca12a725406acb319944 /include | |
parent | e5877e6d9ce2e6946530215f43a3704457efe008 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@5943 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 3158a03a15..a0e5cc91fc 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -695,7 +695,7 @@ public: GrAssert(NULL != context); this->restore(); - + fContext = context; fMatrix = context->getMatrix(); this->preConcat(preConcat, paint); @@ -709,7 +709,7 @@ public: GrAssert(NULL != context); this->restore(); - + if (NULL != paint) { if (!paint->preConcatSamplerMatricesWithInverse(context->getMatrix())) { return false; |