aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
diff options
context:
space:
mode:
authorGravatar brianosman <brianosman@google.com>2016-06-22 08:30:40 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-22 08:30:40 -0700
commit1d20258360a7fc0fac86a8a1ec8ad5016100f7d6 (patch)
tree88b452ecee3e26a3308ce9c129d09f94d4c57a59 /src/gpu/gl
parent111a42d9cebf0bb8844c5d24f67fac57cc619d29 (diff)
Tab -> spaces
Diffstat (limited to 'src/gpu/gl')
-rw-r--r--src/gpu/gl/GrGLGpu.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}