diff options
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; |