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

Unified Diff: content/renderer/gpu/mailbox_output_surface.h

Issue 16305019: Simplify mailbox handling in MailboxOutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: content/renderer/gpu/mailbox_output_surface.h
diff --git a/content/renderer/gpu/mailbox_output_surface.h b/content/renderer/gpu/mailbox_output_surface.h
index 9f2119f5ed7f7983ad6d082e256e6e472d9b721d..34c25fe94541be18f268f93952beb505539bef6a 100644
--- a/content/renderer/gpu/mailbox_output_surface.h
+++ b/content/renderer/gpu/mailbox_output_surface.h
@@ -57,8 +57,6 @@ class MailboxOutputSurface : public CompositorOutputSurface {
uint32 sync_point;
};
- void ConsumeTexture(const TransferableFrame& frame);
-
TransferableFrame current_backing_;
std::deque<TransferableFrame> pending_textures_;
std::queue<TransferableFrame> returned_textures_;
« no previous file with comments | « no previous file | content/renderer/gpu/mailbox_output_surface.cc » ('j') | content/renderer/gpu/mailbox_output_surface.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698