Index: tools/PictureRenderer.cpp |
=================================================================== |
--- tools/PictureRenderer.cpp (revision 8891) |
+++ tools/PictureRenderer.cpp (working copy) |
@@ -120,7 +120,7 @@ |
desc.fFlags = kRenderTarget_GrTextureFlagBit; |
desc.fWidth = width; |
desc.fHeight = height; |
- desc.fSampleCnt = 0; |
+ desc.fSampleCnt = fSampleCount; |
target.reset(fGrContext->createUncachedTexture(desc, NULL, 0)); |
} |
if (NULL == target.get()) { |