Index: webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
diff --git a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
index 894955012acf56b7d71db33734c5a6e1b8cb7900..f612a14bd7f928b8ac35ab2093e8a8879613604a 100644 |
--- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
+++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
@@ -47,7 +47,7 @@ GrContextForWebGraphicsContext3D::~GrContextForWebGraphicsContext3D() { |
void GrContextForWebGraphicsContext3D::OnLostContext() { |
if (gr_context_) |
- gr_context_->contextLost(); |
+ gr_context_->contextDestroyed(); |
} |
void GrContextForWebGraphicsContext3D::SetMemoryLimit(bool nonzero_allocation) { |