Index: src/gpu/gl/GrGpuGL.cpp |
diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp |
index a17329f69f2fc34cb8d694aacb65d30ac25225d3..9e1f754a82c03a4eac0ba432efb81c5c7933ef8e 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()) { |