aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-09-17 06:01:06 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-17 06:01:07 -0700
commite3371304b8c06a29aa3581c8decd9046c712c5f6 (patch)
tree500256c115d969b3a8fe3b2216d8137a1f139cba /src/gpu/GrGpu.cpp
parentacb882c239c0cfea738fe63ed9de48ddc2ddc76a (diff)
Fix typo
R=jvanverth@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/579753003
Diffstat (limited to 'src/gpu/GrGpu.cpp')
-rw-r--r--src/gpu/GrGpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp
index 667cae9c44..6003d8af7c 100644
--- a/src/gpu/GrGpu.cpp
+++ b/src/gpu/GrGpu.cpp
@@ -57,7 +57,7 @@ GrGpu::~GrGpu() {
fIndexPool = NULL;
}
-void GrGpu::contextAbandonded() {}
+void GrGpu::contextAbandoned() {}
////////////////////////////////////////////////////////////////////////////////