Index: src/gpu/gl/GrGLGpu.cpp |
diff --git a/src/gpu/gl/GrGLGpu.cpp b/src/gpu/gl/GrGLGpu.cpp |
index d19afaff2e5a39670fa9f27a817a7b38445b0f14..b044b7b8880b673814d5ea53661e2c41bdd39f82 100644 |
--- a/src/gpu/gl/GrGLGpu.cpp |
+++ b/src/gpu/gl/GrGLGpu.cpp |
@@ -3588,7 +3588,7 @@ bool GrGLGpu::initCopySurfaceDstDesc(const GrSurface* src, GrSurfaceDesc* desc) |
GrSurfaceOrigin originForBlitFramebuffer = kDefault_GrSurfaceOrigin; |
if (this->glCaps().blitFramebufferSupport() == |
- GrGLCaps::kNoScalingNoMirroring_BlitFramebufferSupport) { |
+ GrGLCaps::kNoScalingNoMirroring_BlitFramebufferSupport) { |
originForBlitFramebuffer = src->origin(); |
} |