| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index ed588b6b51e2a89a902e7e8850a9736760b736b5..5cb89345e4e4916966dff2102b772d829382423f 100755
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -593,7 +593,7 @@ bool GrContext::readRenderTargetPixels(GrRenderTarget* target,
|
| return true;
|
| }
|
|
|
| -void GrContext::prepareSurfaceForExternalRead(GrSurface* surface) {
|
| +void GrContext::prepareSurfaceForExternalIO(GrSurface* surface) {
|
| RETURN_IF_ABANDONED
|
| SkASSERT(surface);
|
| ASSERT_OWNED_RESOURCE(surface);
|
|
|