Index: ppapi/cpp/dev/graphics_3d_dev.h |
=================================================================== |
--- ppapi/cpp/dev/graphics_3d_dev.h (revision 94518) |
+++ ppapi/cpp/dev/graphics_3d_dev.h (working copy) |
@@ -38,6 +38,8 @@ |
int32_t GetAttribs(int32_t* attrib_list) const; |
int32_t SetAttribs(int32_t* attrib_list); |
+ int32_t Resize(int32_t width, int32_t height); |
+ |
int32_t SwapBuffers(const CompletionCallback& cc); |
}; |