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

Unified Diff: blimp/client/core/compositor/blimp_compositor_frame_sink.h

Issue 2404993002: cc: Stop calling DetachFromClient if bind failed. (Closed)
Patch Set: detachinternal: rebase 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
« no previous file with comments | « no previous file | blimp/client/core/compositor/blimp_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/compositor/blimp_compositor_frame_sink.h
diff --git a/blimp/client/core/compositor/blimp_compositor_frame_sink.h b/blimp/client/core/compositor/blimp_compositor_frame_sink.h
index 15706ced4de6299e76b1e7e833f85dff8af3ff12..e7b0f763dc7bdab3d09df5897c76468112d55d1f 100644
--- a/blimp/client/core/compositor/blimp_compositor_frame_sink.h
+++ b/blimp/client/core/compositor/blimp_compositor_frame_sink.h
@@ -51,8 +51,6 @@ class BlimpCompositorFrameSink : public cc::CompositorFrameSink,
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
base::WeakPtr<BlimpCompositorFrameSinkProxy> main_thread_proxy_;
- bool bound_to_client_;
-
// This CompositorFrameSink is responsible for providing the BeginFrameSource
// to drive frame creation. This will be built on the compositor impl thread
// at BindToClient call time.
« no previous file with comments | « no previous file | blimp/client/core/compositor/blimp_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698