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

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

Issue 888903002: Revert of Move AW renderer compositor context to gpu thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: gpu/command_buffer/service/async_pixel_transfer_manager_idle.h
diff --git a/gpu/command_buffer/service/async_pixel_transfer_manager_idle.h b/gpu/command_buffer/service/async_pixel_transfer_manager_idle.h
index 41a77b397dc9a6cccb90b3a072f948ff5929d529..8aba7ff95ecc7b52a2fed2654284e0108e4dcb76 100644
--- a/gpu/command_buffer/service/async_pixel_transfer_manager_idle.h
+++ b/gpu/command_buffer/service/async_pixel_transfer_manager_idle.h
@@ -13,8 +13,7 @@
class AsyncPixelTransferManagerIdle : public AsyncPixelTransferManager {
public:
- explicit AsyncPixelTransferManagerIdle(
- bool use_teximage2d_over_texsubimage2d);
+ AsyncPixelTransferManagerIdle();
~AsyncPixelTransferManagerIdle() override;
// AsyncPixelTransferManager implementation:
@@ -44,11 +43,10 @@
// State shared between Managers and Delegates.
struct SharedState {
- explicit SharedState(bool use_teximage2d_over_texsubimage2d);
+ SharedState();
~SharedState();
void ProcessNotificationTasks();
- const bool use_teximage2d_over_texsubimage2d;
int texture_upload_count;
base::TimeDelta total_texture_upload_time;
std::list<Task> tasks;

Powered by Google App Engine
This is Rietveld 408576698