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

Unified Diff: gpu/gles2_conform_support/egl/context.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/gles2_conform_support/egl/context.h
diff --git a/gpu/gles2_conform_support/egl/context.h b/gpu/gles2_conform_support/egl/context.h
index 341b5c0658d822e9a04e5d929cfccfd2301cac2d..6d1015df7fd18435977de31afeef7bc0625709a7 100644
--- a/gpu/gles2_conform_support/egl/context.h
+++ b/gpu/gles2_conform_support/egl/context.h
@@ -15,6 +15,7 @@
#include "gpu/command_buffer/service/command_executor.h"
#include "gpu/command_buffer/service/gles2_cmd_decoder.h"
#include "gpu/command_buffer/service/gpu_preferences.h"
+#include "gpu/command_buffer/service/progress_reporter_stub.h"
#include "gpu/config/gpu_driver_bug_workarounds.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gl/gl_context.h"
@@ -111,6 +112,7 @@ class Context : public base::RefCountedThreadSafe<Context>,
std::unique_ptr<gpu::gles2::GLES2Decoder> decoder_;
std::unique_ptr<gpu::CommandExecutor> command_executor_;
std::unique_ptr<gpu::TransferBuffer> transfer_buffer_;
+ gpu::gles2::ProgressReporterStub progress_reporter_;
scoped_refptr<gl::GLContext> gl_context_;

Powered by Google App Engine
This is Rietveld 408576698