Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gpu / command_buffer / service / error_state.h
index 95f118c..9681565 100644 (file)
@@ -59,6 +59,7 @@ class Logger;
 
 class GPU_EXPORT ErrorStateClient {
  public:
+  virtual void OnContextLostError() = 0;
   // GL_OUT_OF_MEMORY can cause side effects such as losing the context.
   virtual void OnOutOfMemoryError() = 0;
 };