Index: src/gpu/gl/GrGLProgram.cpp |
=================================================================== |
--- src/gpu/gl/GrGLProgram.cpp (revision 8359) |
+++ src/gpu/gl/GrGLProgram.cpp (working copy) |
@@ -149,7 +149,7 @@ |
// other than pass through values from the VS to the FS anyway). |
#if GR_GL_EXPERIMENTAL_GS |
#if 0 |
- desc->fExperimentalGS = gpu->getCaps().geometryShaderSupport(); |
+ desc->fExperimentalGS = gpu->caps().geometryShaderSupport(); |
#else |
desc->fExperimentalGS = false; |
#endif |
@@ -177,7 +177,7 @@ |
desc->fFirstCoverageStage = firstCoverageStage; |
} |
- if (gpu->getCaps().dualSourceBlendingSupport() && |
+ if (gpu->caps()->dualSourceBlendingSupport() && |
!(blendOpts & (GrDrawState::kEmitCoverage_BlendOptFlag | |
GrDrawState::kCoverageAsAlpha_BlendOptFlag))) { |
if (kZero_GrBlendCoeff == dstCoeff) { |