Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index 8d515bf09c295e1bb608b54c5b34f85ca2eb6453..962b397c3fd8a1ac89c8a7e8e6675d6ea8cb5e66 100755 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -187,7 +187,7 @@ void GrContext::abandonContext() { |
// don't try to free the resources in the API. |
fResourceCache2->abandonAll(); |
- fGpu->contextAbandonded(); |
+ fGpu->contextAbandoned(); |
// a path renderer may be holding onto resources that |
// are now unusable |