aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.cpp
diff options
context:
space:
mode:
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() {}
////////////////////////////////////////////////////////////////////////////////