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

Unified Diff: content/renderer/gpu/renderer_compositor_frame_sink.h

Issue 2763633002: CHECK that the RendererCompositorFrameSink has been detached (Closed)
Patch Set: check-bound: . Created 3 years, 9 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
« no previous file with comments | « no previous file | content/renderer/gpu/renderer_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/renderer_compositor_frame_sink.h
diff --git a/content/renderer/gpu/renderer_compositor_frame_sink.h b/content/renderer/gpu/renderer_compositor_frame_sink.h
index d81fb36d5e9cb43282b5617c64bf11a4c24a1ee8..93a4d61b7295dfc5e73fdd4caac0a31db9b6a002 100644
--- a/content/renderer/gpu/renderer_compositor_frame_sink.h
+++ b/content/renderer/gpu/renderer_compositor_frame_sink.h
@@ -104,6 +104,7 @@ class RendererCompositorFrameSink
std::unique_ptr<cc::BeginFrameSource> begin_frame_source_;
int routing_id_;
base::ThreadChecker thread_checker_;
+ bool bound_ = false;
};
} // namespace content
« no previous file with comments | « no previous file | content/renderer/gpu/renderer_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698