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

Unified Diff: gpu/command_buffer/tests/gl_manager.h

Issue 2378583003: Ping watchdog thread during GpuChannel destruction (Closed)
Patch Set: revert to passing via destructor Created 4 years, 2 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/tests/gl_manager.h
diff --git a/gpu/command_buffer/tests/gl_manager.h b/gpu/command_buffer/tests/gl_manager.h
index aa8a49acb0812f2316c17e770b2d937fdfa29b33..ea6471c09455a128d5f0e0c53de39d8b05cb9fac 100644
--- a/gpu/command_buffer/tests/gl_manager.h
+++ b/gpu/command_buffer/tests/gl_manager.h
@@ -16,6 +16,7 @@
#include "gpu/command_buffer/common/gles2_cmd_utils.h"
#include "gpu/command_buffer/service/feature_info.h"
#include "gpu/command_buffer/service/gpu_preferences.h"
+#include "gpu/command_buffer/service/progress_reporter_stub.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/gpu_memory_buffer.h"
@@ -181,6 +182,7 @@ class GLManager : private GpuControl {
bool context_lost_allowed_;
bool pause_commands_;
uint32_t paused_order_num_;
+ gles2::ProgressReporterStub progress_reporter_;
const CommandBufferId command_buffer_id_;
uint64_t next_fence_sync_release_;

Powered by Google App Engine
This is Rietveld 408576698