Index: ppapi/shared_impl/graphics_3d_impl.cc |
=================================================================== |
--- ppapi/shared_impl/graphics_3d_impl.cc (revision 99369) |
+++ ppapi/shared_impl/graphics_3d_impl.cc (working copy) |
@@ -33,6 +33,11 @@ |
return PP_ERROR_FAILED; |
} |
+int32_t Graphics3DImpl::GetError() { |
+ // TODO(alokp): Implement me. |
+ return PP_ERROR_FAILED; |
+} |
+ |
int32_t Graphics3DImpl::ResizeBuffers(int32_t width, int32_t height) { |
if ((width < 0) || (height < 0)) |
return PP_ERROR_BADARGUMENT; |