From 1d20258360a7fc0fac86a8a1ec8ad5016100f7d6 Mon Sep 17 00:00:00 2001 From: brianosman Date: Wed, 22 Jun 2016 08:30:40 -0700 Subject: [PATCH] Tab -> spaces BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2082393002 Review-Url: https://codereview.chromium.org/2082393002 --- src/gpu/gl/GrGLGpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpu/gl/GrGLGpu.cpp b/src/gpu/gl/GrGLGpu.cpp index d19afaff2e..b044b7b888 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(); }