| Index: ppapi/cpp/dev/graphics_3d_dev.cc
|
| ===================================================================
|
| --- ppapi/cpp/dev/graphics_3d_dev.cc (revision 69511)
|
| +++ ppapi/cpp/dev/graphics_3d_dev.cc (working copy)
|
| @@ -119,9 +119,8 @@
|
| return graphics_3d_f && graphics_3d_f->MakeCurent(pp_resource());
|
| }
|
|
|
| -bool Graphics3D_Dev::SwapBuffers(const CompletionCallback& cc) const {
|
| - return graphics_3d_f && graphics_3d_f->SwapBuffers(
|
| - pp_resource(), cc.pp_completion_callback());
|
| +bool Graphics3D_Dev::SwapBuffers() const {
|
| + return graphics_3d_f && graphics_3d_f->SwapBuffers(pp_resource());
|
| }
|
|
|
| } // namespace pp
|
|
|