Index: src/gpu/gl/GrGpuGL.cpp |
diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp |
index a01f7b74ff7a08a8369cc411535c55fc34fb40db..be385110c9ab18999f044d750619f9f825df0d1c 100644 |
--- a/src/gpu/gl/GrGpuGL.cpp |
+++ b/src/gpu/gl/GrGpuGL.cpp |
@@ -239,7 +239,7 @@ void GrGpuGL::onResetContext(uint32_t resetBits) { |
GL_CALL(Disable(GR_GL_DEPTH_TEST)); |
GL_CALL(DepthMask(GR_GL_FALSE)); |
- fHWDrawFace = GrDrawState::kInvalid_DrawFace; |
+ fHWDrawFace = GrOptDrawState::kInvalid_DrawFace; |
fHWDitherEnabled = kUnknown_TriState; |
if (kGL_GrGLStandard == this->glStandard()) { |