Chromium Code Reviews| Index: cc/texture_mailbox.h |
| =================================================================== |
| --- cc/texture_mailbox.h (revision 186756) |
| +++ cc/texture_mailbox.h (working copy) |
| @@ -18,6 +18,8 @@ |
| public: |
| typedef base::Callback<void(unsigned)> ReleaseCallback; |
| TextureMailbox(); |
| + TextureMailbox(const std::string& mailbox_name, |
| + const ReleaseCallback& callback); |
| TextureMailbox(const gpu::Mailbox& mailbox_name, |
| const ReleaseCallback& callback); |
| TextureMailbox(const gpu::Mailbox& mailbox_name, |