summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/mailbox_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/service/mailbox_manager.h')
-rw-r--r--gpu/command_buffer/service/mailbox_manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/command_buffer/service/mailbox_manager.h b/gpu/command_buffer/service/mailbox_manager.h
index 337998d..8f97dd4 100644
--- a/gpu/command_buffer/service/mailbox_manager.h
+++ b/gpu/command_buffer/service/mailbox_manager.h
@@ -30,7 +30,8 @@ class TextureManager;
// Identifies a mailbox where a texture definition can be stored for
// transferring textures between contexts that are not in the same context
// group. It is a random key signed with a hash of a private key.
-struct MailboxName {
+struct GPU_EXPORT MailboxName {
+ MailboxName();
GLbyte key[GL_MAILBOX_SIZE_CHROMIUM / 2];
GLbyte signature[GL_MAILBOX_SIZE_CHROMIUM / 2];
};