Chromium Code Reviews| Index: src/gpu/GrGpu.cpp |
| diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp |
| index 960526635e2bbf742026cec5b9e97aa608786031..bc11b4b9c6578b4f571b04c2897cbb4e2200fd3a 100644 |
| --- a/src/gpu/GrGpu.cpp |
| +++ b/src/gpu/GrGpu.cpp |
| @@ -51,7 +51,7 @@ GrGpu::GrGpu(GrContext* context) |
| GrGpu::~GrGpu() {} |
| -void GrGpu::contextAbandoned() {} |
| +void GrGpu::disconnect(DisconnectType) {} |
| //////////////////////////////////////////////////////////////////////////////// |