Index: src/gpu/GrOptDrawState.cpp |
diff --git a/src/gpu/GrOptDrawState.cpp b/src/gpu/GrOptDrawState.cpp |
index b60a4cef8a3e3258288c6ab240921390d3a6ee6b..c8218d7a9020a617d2cc4ffae75dc497d885916f 100644 |
--- a/src/gpu/GrOptDrawState.cpp |
+++ b/src/gpu/GrOptDrawState.cpp |
@@ -15,8 +15,7 @@ GrOptDrawState::GrOptDrawState(const GrDrawState& drawState, |
GrBlendCoeff optSrcCoeff, |
GrBlendCoeff optDstCoeff, |
const GrDrawTargetCaps& caps) { |
- fRenderTarget.set(SkSafeRef(drawState.getRenderTarget()), |
- GrIORef::kWrite_IOType); |
+ fRenderTarget.set(SkSafeRef(drawState.getRenderTarget()), kWrite_GrIOType); |
fColor = drawState.getColor(); |
fCoverage = drawState.getCoverage(); |
fViewMatrix = drawState.getViewMatrix(); |