aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-11-19 12:36:22 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-19 12:36:22 -0800
commit04ddf89627077ea8f2b447e7cd5e902956341a32 (patch)
tree3fabea710800da027b76866671d3cb58fb7aa437 /src/gpu/gl/GrGpuGL.cpp
parent158fcaa031d105dc999d9813fee8927db56a871c (diff)
Small cleanups after GrDrawState/GrOptDrawState base class elimination.
Diffstat (limited to 'src/gpu/gl/GrGpuGL.cpp')
-rw-r--r--src/gpu/gl/GrGpuGL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp
index a17329f69f..9e1f754a82 100644
--- a/src/gpu/gl/GrGpuGL.cpp
+++ b/src/gpu/gl/GrGpuGL.cpp
@@ -241,7 +241,7 @@ void GrGpuGL::onResetContext(uint32_t resetBits) {
GL_CALL(Disable(GR_GL_DEPTH_TEST));
GL_CALL(DepthMask(GR_GL_FALSE));
- fHWDrawFace = GrOptDrawState::kInvalid_DrawFace;
+ fHWDrawFace = GrDrawState::kInvalid_DrawFace;
fHWDitherEnabled = kUnknown_TriState;
if (kGL_GrGLStandard == this->glStandard()) {