diff options
Diffstat (limited to 'webkit/common/gpu/grcontext_for_webgraphicscontext3d.h')
-rw-r--r-- | webkit/common/gpu/grcontext_for_webgraphicscontext3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h index d018833..5c983aa 100644 --- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h +++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.h @@ -27,7 +27,7 @@ class WEBKIT_GPU_EXPORT GrContextForWebGraphicsContext3D { GrContext* get() { return gr_context_.get(); } void OnLostContext(); - void SetMemoryLimit(bool nonzero_allocation); + void FreeGpuResources(); private: skia::RefPtr<class GrContext> gr_context_; |