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

Unified Diff: content/renderer/android/synchronous_compositor_frame_sink.h

Issue 2404993002: cc: Stop calling DetachFromClient if bind failed. (Closed)
Patch Set: detachinternal: . 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: content/renderer/android/synchronous_compositor_frame_sink.h
diff --git a/content/renderer/android/synchronous_compositor_frame_sink.h b/content/renderer/android/synchronous_compositor_frame_sink.h
index a71e8900f8c54ab3ae801630e9ace8945f890a8c..4e4f2d8706250415a0af5e842d187ef645b049aa 100644
--- a/content/renderer/android/synchronous_compositor_frame_sink.h
+++ b/content/renderer/android/synchronous_compositor_frame_sink.h
@@ -119,7 +119,6 @@ class SynchronousCompositorFrameSink
const uint32_t compositor_frame_sink_id_;
SynchronousCompositorRegistry* const registry_; // Not owned.
IPC::Sender* const sender_; // Not owned.
- bool registered_ = false;
// Not owned.
SynchronousCompositorFrameSinkClient* sync_client_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698