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

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

Issue 2378583003: Ping watchdog thread during GpuChannel destruction (Closed)
Patch Set: remove throttling 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/service/texture_manager.h
diff --git a/gpu/command_buffer/service/texture_manager.h b/gpu/command_buffer/service/texture_manager.h
index f0d3185eceb7079141660441c69b4b8d83c754e7..963df628bf4929aed17f2a04ab70521b380d813b 100644
--- a/gpu/command_buffer/service/texture_manager.h
+++ b/gpu/command_buffer/service/texture_manager.h
@@ -38,6 +38,7 @@ class ErrorState;
class FeatureInfo;
class FramebufferManager;
class MailboxManager;
+class ProgressReporter;
class Texture;
class TextureManager;
class TextureRef;
@@ -776,7 +777,7 @@ class GPU_EXPORT TextureManager : public base::trace_event::MemoryDumpProvider {
bool Initialize();
// Must call before destruction.
- void Destroy(bool have_context);
+ void Destroy(bool have_context, ProgressReporter* progress_reporter);
// Returns the maximum number of levels.
GLint MaxLevelsForTarget(GLenum target) const {

Powered by Google App Engine
This is Rietveld 408576698