Index: gpu/command_buffer/service/mailbox_manager.h |
=================================================================== |
--- gpu/command_buffer/service/mailbox_manager.h (revision 186756) |
+++ gpu/command_buffer/service/mailbox_manager.h (working copy) |
@@ -22,9 +22,6 @@ |
typedef signed char GLbyte; |
namespace gpu { |
- |
-struct Mailbox; |
- |
namespace gles2 { |
class TextureDefinition; |
@@ -35,7 +32,6 @@ |
// group. It is a random key signed with a hash of a private key. |
struct GPU_EXPORT MailboxName { |
MailboxName(); |
- explicit MailboxName(const ::gpu::Mailbox& mailbox); |
GLbyte key[GL_MAILBOX_SIZE_CHROMIUM / 2]; |
GLbyte signature[GL_MAILBOX_SIZE_CHROMIUM / 2]; |
}; |