| Index: core/cross/command_buffer/renderer_cb.h
|
| ===================================================================
|
| --- core/cross/command_buffer/renderer_cb.h (revision 22687)
|
| +++ core/cross/command_buffer/renderer_cb.h (working copy)
|
| @@ -141,9 +141,8 @@
|
| return RenderDepthStencilSurface::Ref();
|
| }
|
|
|
| - // Saves a png screenshot.
|
| - // Returns true on success and false on failure.
|
| - virtual bool SaveScreen(const String& file_name);
|
| + // Overridden from Renderer.
|
| + virtual Bitmap::Ref TakeScreenshot();
|
|
|
| // Gets the allocator for vertex buffer IDs.
|
| IdAllocator &vertex_buffer_ids() { return vertex_buffer_ids_; }
|
|
|