Fix build breakage.

git-svn-id: http://skia.googlecode.com/svn/trunk@8265 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2013-03-20 17:41:50 +00:00
parent ae81d5c4aa
commit 4d9853288b

View File

@ -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];