| Index: webkit/common/gpu/grcontext_for_webgraphicscontext3d.h
|
| diff --git a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h
|
| index 96bb41454f8a2738f6dd1c5bc34e2918119b39b5..d018833116f162bb93e195ce0a78c99b00c460ef 100644
|
| --- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h
|
| +++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h
|
| @@ -26,6 +26,7 @@ class WEBKIT_GPU_EXPORT GrContextForWebGraphicsContext3D {
|
|
|
| GrContext* get() { return gr_context_.get(); }
|
|
|
| + void OnLostContext();
|
| void SetMemoryLimit(bool nonzero_allocation);
|
|
|
| private:
|
|
|