diff options
Diffstat (limited to 'content/browser/compositor/owned_mailbox.h')
-rw-r--r-- | content/browser/compositor/owned_mailbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/compositor/owned_mailbox.h b/content/browser/compositor/owned_mailbox.h index 6fc4258..3926c81 100644 --- a/content/browser/compositor/owned_mailbox.h +++ b/content/browser/compositor/owned_mailbox.h @@ -22,6 +22,7 @@ class CONTENT_EXPORT OwnedMailbox : public base::RefCounted<OwnedMailbox>, public: explicit OwnedMailbox(GLHelper* gl_helper); + const gpu::MailboxHolder& holder() const { return mailbox_holder_; } const gpu::Mailbox& mailbox() const { return mailbox_holder_.mailbox; } uint32 texture_id() const { return texture_id_; } uint32 target() const { return mailbox_holder_.texture_target; } |