| Index: src/gpu/GrRODrawState.cpp
|
| diff --git a/src/gpu/GrRODrawState.cpp b/src/gpu/GrRODrawState.cpp
|
| index 26edb18c068837f4b29093c5bea465d11fdb598d..4d35684e5c80290216645d47280bda12b71c07e4 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()),
|
| - GrProgramResource::kWrite_IOType);
|
| + GrGpuResourceRef::kWrite_IOType);
|
| }
|
|
|
| bool GrRODrawState::isEqual(const GrRODrawState& that) const {
|
|
|