Index: webkit/plugins/ppapi/ppb_graphics_3d_impl.h |
diff --git a/webkit/plugins/ppapi/ppb_graphics_3d_impl.h b/webkit/plugins/ppapi/ppb_graphics_3d_impl.h |
index 203cf935181500fe28c8887ad68e671be4eab1b0..d242e4fc5f285ef702a6501eb431c937f236c30c 100644 |
--- a/webkit/plugins/ppapi/ppb_graphics_3d_impl.h |
+++ b/webkit/plugins/ppapi/ppb_graphics_3d_impl.h |
@@ -38,6 +38,7 @@ class PPB_Graphics3D_Impl : public ::ppapi::PPB_Graphics3D_Shared { |
virtual PP_Graphics3DTrustedState FlushSyncFast( |
int32_t put_offset, |
int32_t last_known_get) OVERRIDE; |
+ virtual uint32_t InsertSyncPoint() OVERRIDE; |
// Binds/unbinds the graphics of this context with the associated instance. |
// Returns true if binding/unbinding is successful. |