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

Unified Diff: content/common/gpu/texture_image_transport_surface.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
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/common/gpu/texture_image_transport_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/texture_image_transport_surface.h
===================================================================
--- content/common/gpu/texture_image_transport_surface.h (revision 186756)
+++ content/common/gpu/texture_image_transport_surface.h (working copy)
@@ -10,7 +10,6 @@
#include "base/basictypes.h"
#include "content/common/gpu/gpu_command_buffer_stub.h"
#include "content/common/gpu/image_transport_surface.h"
-#include "gpu/command_buffer/common/mailbox.h"
#include "gpu/command_buffer/service/mailbox_manager.h"
#include "gpu/command_buffer/service/texture_manager.h"
#include "ui/gl/gl_context.h"
@@ -72,14 +71,14 @@
// The mailbox name for the current service_id. Needs to be unique per
// GL texture and is invalid while service_id is zero.
- gpu::Mailbox mailbox_name;
+ gpu::gles2::MailboxName mailbox_name;
};
virtual ~TextureImageTransportSurface();
void CreateBackTexture();
void AttachBackTextureToFBO();
void ReleaseBackTexture();
- void BufferPresentedImpl(const gpu::Mailbox& mailbox_name);
+ void BufferPresentedImpl(const std::string& mailbox_name);
void ProduceTexture(Texture* texture);
void ConsumeTexture(Texture* texture);
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/common/gpu/texture_image_transport_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698