Index: src/gpu/gl/GrGLGpu.cpp |
diff --git a/src/gpu/gl/GrGLGpu.cpp b/src/gpu/gl/GrGLGpu.cpp |
index 5d6b7ac2e78024997342950bcb12e349a7b04158..de60be6b06b3a43ef52aac00be60ba6177242148 100644 |
--- a/src/gpu/gl/GrGLGpu.cpp |
+++ b/src/gpu/gl/GrGLGpu.cpp |
@@ -2991,7 +2991,7 @@ void GrGLGpu::flushHWAAState(GrRenderTarget* rt, bool useHWAA, bool stencilEnabl |
SkASSERT(rt || !useHWAA); |
SkASSERT(!useHWAA || rt->isStencilBufferMultisampled()); |
- if (this->glCaps().multisampleDisableSupport()) { |
+ if (this->caps()->multisampleDisableSupport()) { |
if (useHWAA) { |
if (kYes_TriState != fMSAAEnabled) { |
GL_CALL(Enable(GR_GL_MULTISAMPLE)); |