diff options
-rw-r--r-- | include/gpu/GrPaint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h index 8e2ebcdf07..e0a9203a37 100644 --- a/include/gpu/GrPaint.h +++ b/include/gpu/GrPaint.h @@ -260,7 +260,7 @@ private: return true; } - friend GrContext; // To access above two functions + friend class GrContext; // To access above two functions GrEffectStage fColorStages[kMaxColorStages]; GrEffectStage fCoverageStages[kMaxCoverageStages]; |