Index: src/gpu/GrGpu.cpp |
diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp |
index 667cae9c44649611f14bd3497e9fc7efa6706bed..6003d8af7cacf7442f89e1904f7b2598d0f14182 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() {} |
//////////////////////////////////////////////////////////////////////////////// |