| Index: ppapi/shared_impl/ppb_graphics_3d_shared.h
|
| diff --git a/ppapi/shared_impl/ppb_graphics_3d_shared.h b/ppapi/shared_impl/ppb_graphics_3d_shared.h
|
| index 3369f29f5e0b1641bd9d466c58a89e9d52a1c3d2..0860945a4de875eaebba169244506a8538e8b842 100644
|
| --- a/ppapi/shared_impl/ppb_graphics_3d_shared.h
|
| +++ b/ppapi/shared_impl/ppb_graphics_3d_shared.h
|
| @@ -36,7 +36,7 @@ class PPAPI_SHARED_EXPORT PPB_Graphics3D_Shared
|
| virtual int32_t SetAttribs(const int32_t attrib_list[]) OVERRIDE;
|
| virtual int32_t GetError() OVERRIDE;
|
| virtual int32_t ResizeBuffers(int32_t width, int32_t height) OVERRIDE;
|
| - virtual int32_t SwapBuffers(PP_CompletionCallback callback) OVERRIDE;
|
| + virtual int32_t SwapBuffers(scoped_refptr<TrackedCallback> callback) OVERRIDE;
|
| virtual void* MapTexSubImage2DCHROMIUM(GLenum target,
|
| GLint level,
|
| GLint xoffset,
|
|
|