Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: ppapi/c/dev/ppb_context_3d_dev.h

Issue 6047008: Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/c/dev/ppb_context_3d_dev.h
===================================================================
--- ppapi/c/dev/ppb_context_3d_dev.h (revision 70037)
+++ ppapi/c/dev/ppb_context_3d_dev.h (working copy)
@@ -92,7 +92,7 @@
// - PP_GRAPHICS3DERROR_BAD_CONTEXT: if context is not a valid context.
// - PP_GRAPHICS3DERROR_BAD_SURFACE: if either draw or read are not valid
// surfaces.
- // - PP_GRAPHICS3DERROR_BAD_MATCH:fIf draw and read cannot fit into
+ // - PP_GRAPHICS3DERROR_BAD_MATCH: if draw and read cannot fit into
// graphics memory simultaneously.
// - PP_ERROR_NOMEMORY: if the ancillary buffers for draw and read cannot
// be allocated.
@@ -119,10 +119,6 @@
int32_t (*GetBoundSurfaces)(PP_Resource context,
PP_Resource* draw,
PP_Resource* read);
-
- // TODO(alokp): Move to PPB_Surface3D_Dev
- int32_t (*SwapBuffers)(PP_Resource context,
- struct PP_CompletionCallback callback);
};
#endif // PPAPI_C_DEV_PPB_CONTEXT_3D_DEV_H_

Powered by Google App Engine
This is Rietveld 408576698