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

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

Issue 163433008: Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 | « trunk/src/gpu/command_buffer/common/mailbox.h ('k') | trunk/src/ui/compositor/compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/gpu/command_buffer/service/mailbox_manager.h
===================================================================
--- trunk/src/gpu/command_buffer/service/mailbox_manager.h (revision 251280)
+++ trunk/src/gpu/command_buffer/service/mailbox_manager.h (working copy)
@@ -64,11 +64,11 @@
// iterator in the MailboxToTextureMap to be able to manage changes to
// the TextureToMailboxMap efficiently.
typedef std::multimap<Texture*, TargetName> TextureToMailboxMap;
- typedef std::map<TargetName,
- TextureToMailboxMap::iterator,
- std::pointer_to_binary_function<const TargetName&,
- const TargetName&,
- bool> > MailboxToTextureMap;
+ typedef std::map<
+ TargetName,
+ TextureToMailboxMap::iterator,
+ std::pointer_to_binary_function<
+ const TargetName&, const TargetName&, bool> > MailboxToTextureMap;
MailboxToTextureMap mailbox_to_textures_;
TextureToMailboxMap textures_to_mailboxes_;
@@ -80,3 +80,4 @@
#endif // GPU_COMMAND_BUFFER_SERVICE_MAILBOX_MANAGER_H_
+
« no previous file with comments | « trunk/src/gpu/command_buffer/common/mailbox.h ('k') | trunk/src/ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698