Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / webkit / common / gpu / grcontext_for_webgraphicscontext3d.h
index 96bb414..5c983aa 100644 (file)
@@ -26,7 +26,8 @@ class WEBKIT_GPU_EXPORT GrContextForWebGraphicsContext3D {
 
   GrContext* get() { return gr_context_.get(); }
 
-  void SetMemoryLimit(bool nonzero_allocation);
+  void OnLostContext();
+  void FreeGpuResources();
 
  private:
   skia::RefPtr<class GrContext> gr_context_;