Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: gpu/command_buffer/service/mailbox_manager.h

Issue 12612005: Revert 186627 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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];
};
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin_manager_impl.cc ('k') | gpu/command_buffer/service/mailbox_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698