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

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

Issue 216673006: Revert 260177 "By keeping track of transfer buffer usage (both s..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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: trunk/src/gpu/command_buffer/service/async_pixel_transfer_manager_idle.h
===================================================================
--- trunk/src/gpu/command_buffer/service/async_pixel_transfer_manager_idle.h (revision 260192)
+++ trunk/src/gpu/command_buffer/service/async_pixel_transfer_manager_idle.h (working copy)
@@ -25,19 +25,14 @@
virtual base::TimeDelta GetTotalTextureUploadTime() OVERRIDE;
virtual void ProcessMorePendingTransfers() OVERRIDE;
virtual bool NeedsProcessMorePendingTransfers() OVERRIDE;
- virtual void WaitAllAsyncTexImage2D() OVERRIDE;
struct Task {
- Task(uint64 transfer_id,
- AsyncPixelTransferDelegate* delegate,
- const base::Closure& task);
+ Task(uint64 transfer_id, const base::Closure& task);
~Task();
// This is non-zero if pixel transfer task.
uint64 transfer_id;
- AsyncPixelTransferDelegate* delegate;
-
base::Closure task;
};

Powered by Google App Engine
This is Rietveld 408576698