diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gpu/GrContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp index 52e200309c..9d8c5e6a58 100644 --- a/src/gpu/GrContext.cpp +++ b/src/gpu/GrContext.cpp @@ -1422,7 +1422,7 @@ bool GrContext::readRenderTargetPixels(GrRenderTarget* target, SkCanvas::Config8888 srcC8888 = SkCanvas::kNative_Premul_Config8888; SkCanvas::Config8888 dstC8888 = SkCanvas::kNative_Premul_Config8888; - bool c8888IsValid = grconfig_to_config8888(config, false, &srcC8888); + SkDEBUGCODE(bool c8888IsValid =) grconfig_to_config8888(config, false, &srcC8888); grconfig_to_config8888(config, unpremul, &dstC8888); if (swapRAndB) { |