Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gpu / command_buffer / client / context_support.h
index f8ff15e..2678ba9 100644 (file)
@@ -28,9 +28,6 @@ class ContextSupport {
   virtual void Swap() = 0;
   virtual void PartialSwapBuffers(const gfx::Rect& sub_buffer) = 0;
 
-  virtual void SetSwapBuffersCompleteCallback(
-      const base::Closure& callback) = 0;
-
   // Schedule a texture to be presented as an overlay synchronously with the
   // primary surface during the next buffer swap.
   // This method is not stateful and needs to be re-scheduled every frame.