| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index 5cb89345e4e4916966dff2102b772d829382423f..82e78db06f7550f2437a239d61b1c47edc99f744 100755
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -112,7 +112,8 @@ void GrContext::DrawingMgr::flush() {
|
| }
|
| }
|
|
|
| -GrDrawContext* GrContext::DrawingMgr::drawContext(const SkSurfaceProps* surfaceProps) {
|
| +GrDrawContext* GrContext::DrawingMgr::drawContext(GrRenderTarget* rt,
|
| + const SkSurfaceProps* surfaceProps) {
|
| if (this->abandoned()) {
|
| return NULL;
|
| }
|
|
|