Index: gpu/command_buffer/service/gles2_cmd_decoder.h |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.h b/gpu/command_buffer/service/gles2_cmd_decoder.h |
index 65ebe766248a78206f285924308cbdf8c594e759..f08435e1c94dfc094a4a232579810b22c72391d3 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.h |
@@ -28,6 +28,7 @@ namespace gpu { |
class AsyncPixelTransferDelegate; |
class AsyncPixelTransferManager; |
class StreamTextureManager; |
+struct Mailbox; |
namespace gles2 { |
@@ -121,8 +122,7 @@ class GPU_EXPORT GLES2Decoder : public base::SupportsWeakPtr<GLES2Decoder>, |
// Set the surface associated with the default FBO. |
virtual void SetSurface(const scoped_refptr<gfx::GLSurface>& surface) = 0; |
- virtual bool SetParent(GLES2Decoder* parent_decoder, |
- uint32 parent_texture_id) = 0; |
+ virtual bool ProduceFrontBuffer(const Mailbox& mailbox) = 0; |
// Resize an offscreen frame buffer. |
virtual bool ResizeOffscreenFrameBuffer(const gfx::Size& size) = 0; |