aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-10-28 15:17:38 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-28 15:17:39 -0700
commit81b09286730f5f8beced5aa7cd88de2b351aafb3 (patch)
tree0b2950296edcb1dbc4303a67caa34ea0f50cdef9 /include/gpu
parent14df8339841f246a7337a8fb0d90f1b7ee689619 (diff)
fix typo in legacy flag alias
TBR=joshualitt@google.com NOTRY=true Review URL: https://codereview.chromium.org/675173005
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h
index 850d200886..49397a5f03 100644
--- a/include/gpu/GrTypes.h
+++ b/include/gpu/GrTypes.h
@@ -447,7 +447,7 @@ GR_MAKE_BITFIELD_OPS(GrSurfaceFlags)
// Legacy aliases
typedef GrSurfaceFlags GrTextureFlags;
static const GrSurfaceFlags kNone_GrTextureFlags = kNone_GrSurfaceFlags;
-static const GrSurfaceFlags kRenderTarget_GrTExtureFlagBit = kRenderTarget_GrSurfaceFlag;
+static const GrSurfaceFlags kRenderTarget_GrTextureFlagBit = kRenderTarget_GrSurfaceFlag;
static const GrSurfaceFlags kNoStencil_GrTextureFlagBit = kNoStencil_GrSurfaceFlag;
static const GrSurfaceFlags kCheckAllocation_GrTextureFlagBit = kCheckAllocation_GrSurfaceFlag;