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

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

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
« no previous file with comments | « gpu/command_buffer/service/mailbox_manager.h ('k') | ui/compositor/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/mailbox_manager.cc
===================================================================
--- gpu/command_buffer/service/mailbox_manager.cc (revision 186756)
+++ gpu/command_buffer/service/mailbox_manager.cc (working copy)
@@ -8,7 +8,6 @@
#include "base/rand_util.h"
#include "crypto/hmac.h"
-#include "gpu/command_buffer/common/mailbox.h"
#include "gpu/command_buffer/service/gl_utils.h"
#include "gpu/command_buffer/service/texture_definition.h"
@@ -20,10 +19,6 @@
std::fill(signature, signature + sizeof(signature), 0);
}
-MailboxName::MailboxName(const ::gpu::Mailbox& mailbox) {
- std::copy(mailbox.name, mailbox.name + sizeof(mailbox.name), key);
-}
-
MailboxManager::MailboxManager()
: hmac_(crypto::HMAC::SHA256),
textures_(std::ptr_fun(&MailboxManager::TargetNameLess)) {
« no previous file with comments | « gpu/command_buffer/service/mailbox_manager.h ('k') | ui/compositor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698