Index: src/gpu/GrDrawState.cpp |
=================================================================== |
--- src/gpu/GrDrawState.cpp (revision 11751) |
+++ src/gpu/GrDrawState.cpp (working copy) |
@@ -403,7 +403,7 @@ |
SkDEBUGCODE(--fDrawState->fBlockEffectRemovalCnt;) |
fDrawState->fCommon.fViewMatrix = fViewMatrix; |
SkASSERT(fDrawState->numColorStages() >= fNumColorStages); |
- int numCoverageStages = fSavedCoordChanges.count() - fNumColorStages; |
+ int numCoverageStages = int(fSavedCoordChanges.count()) - fNumColorStages; |
SkASSERT(fDrawState->numCoverageStages() >= numCoverageStages); |
int i = 0; |