Index: ppapi/cpp/dev/context_3d_dev.h |
=================================================================== |
--- ppapi/cpp/dev/context_3d_dev.h (revision 70037) |
+++ ppapi/cpp/dev/context_3d_dev.h (working copy) |
@@ -12,7 +12,7 @@ |
namespace pp { |
-class CompletionCallback; |
+class Surface3D_Dev; |
class Context3D_Dev : public Resource { |
public: |
@@ -24,8 +24,8 @@ |
const Context3D_Dev& share_context, |
const int32_t* attrib_list); |
- // TODO(alokp): Move to Surface3D. |
- int32_t SwapBuffers() const; |
+ int32_t BindSurfaces(Surface3D_Dev& draw, |
+ Surface3D_Dev& read); |
protected: |
explicit Context3D_Dev(PP_Resource resource_id) : Resource(resource_id) {} |