Chromium Code Reviews| Index: ppapi/thunk/ppb_graphics_3d_api.h |
| =================================================================== |
| --- ppapi/thunk/ppb_graphics_3d_api.h (revision 90483) |
| +++ ppapi/thunk/ppb_graphics_3d_api.h (working copy) |
| @@ -12,6 +12,8 @@ |
| class PPB_Graphics3D_API { |
| public: |
| + virtual ~PPB_Graphics3D_API() {} |
| + |
| virtual int32_t GetAttribs(int32_t* attrib_list) = 0; |
| virtual int32_t SetAttribs(int32_t* attrib_list) = 0; |
| virtual int32_t SwapBuffers(PP_CompletionCallback callback) = 0; |