| 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;
|
| };
|
|
|
|
|