Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
index e04e9e2141c39f58930ce37241af00014f9fdd5a..28e96d5b450bbce1d106369dd64fcbf55aeda6c1 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
@@ -537,6 +537,12 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl |
virtual void drawBuffersEXT(WGC3Dsizei n, const WGC3Denum* bufs); |
+ virtual unsigned insertSyncPoint(); |
+ virtual void signalSyncPoint(unsigned sync_point, |
+ WebGraphicsSyncPointCallback* callback); |
+ |
+ virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other); |
+ |
protected: |
virtual GrGLInterface* onCreateGrGLInterface(); |