Index: src/gpu/GrRODrawState.cpp |
diff --git a/src/gpu/GrRODrawState.cpp b/src/gpu/GrRODrawState.cpp |
index 4d35684e5c80290216645d47280bda12b71c07e4..fb4db2d09c247071c30b7229b15da71b35b03550 100644 |
--- a/src/gpu/GrRODrawState.cpp |
+++ b/src/gpu/GrRODrawState.cpp |
@@ -14,7 +14,7 @@ |
GrRODrawState::GrRODrawState(const GrRODrawState& drawState) : INHERITED() { |
fRenderTarget.setResource(SkSafeRef(drawState.fRenderTarget.getResource()), |
- GrGpuResourceRef::kWrite_IOType); |
+ GrIORef::kWrite_IOType); |
} |
bool GrRODrawState::isEqual(const GrRODrawState& that) const { |