Index: content/browser/compositor/owned_mailbox.h |
diff --git a/content/browser/compositor/owned_mailbox.h b/content/browser/compositor/owned_mailbox.h |
index 6fc425800157d0c2879b2b8a1eeb75a4ad4ed852..3926c81e0fd453b426f0113c4ed794f6b8a7a2b3 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; } |