| commit | e3371304b8c06a29aa3581c8decd9046c712c5f6 | [log] [tgz] |
|---|---|---|
| author | robertphillips <robertphillips@google.com> | Wed Sep 17 06:01:06 2014 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Sep 17 06:01:07 2014 -0700 |
| tree | 500256c115d969b3a8fe3b2216d8137a1f139cba | |
| parent | acb882c239c0cfea738fe63ed9de48ddc2ddc76a [diff] [blame] |
Fix typo R=jvanverth@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/579753003
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp index 8d515bf..962b397 100755 --- a/src/gpu/GrContext.cpp +++ b/src/gpu/GrContext.cpp
@@ -187,7 +187,7 @@ // 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