Chromium Code Reviews| Index: src/gpu/gl/GrGpuGL.h | 
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h | 
| index 2859b43b315d1e5863accfa51c5dc22baebc6e01..a8130d8099d63b00c72ab7c2b51e173851ff2f6c 100644 | 
| --- a/src/gpu/gl/GrGpuGL.h | 
| +++ b/src/gpu/gl/GrGpuGL.h | 
| @@ -30,7 +30,7 @@ public: | 
| GrGpuGL(const GrGLContext& ctx, GrContext* context); | 
| virtual ~GrGpuGL(); | 
| - virtual void contextAbandonded() SK_OVERRIDE; | 
| + virtual void contextAbandoned() SK_OVERRIDE; | 
| const GrGLContext& glContext() const { return fGLContext; } |