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

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

Issue 2527283003: cc: Introduce BeginFrame sequence numbers and acknowledgements.
Patch Set: . Created 4 years 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.cc
diff --git a/content/renderer/android/synchronous_compositor_frame_sink.cc b/content/renderer/android/synchronous_compositor_frame_sink.cc
index c0ff4c0f9fbb6281aff35e0251950e5a3900084a..bb295514f4b651b1df77899c745cd17f19c29629 100644
--- a/content/renderer/android/synchronous_compositor_frame_sink.cc
+++ b/content/renderer/android/synchronous_compositor_frame_sink.cc
@@ -471,8 +471,8 @@ void SynchronousCompositorFrameSink::ReturnResources(
void SynchronousCompositorFrameSink::SetBeginFrameSource(
cc::BeginFrameSource* begin_frame_source) {
- // Software output is synchronous and doesn't use a BeginFrameSource.
- NOTREACHED();
+ // Software output is synchronous and doesn't use the frame sink's (Display's)
+ // BeginFrameSource.
}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698