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

Unified Diff: cc/output/compositor_frame_sink_unittest.cc

Issue 2888043004: [cc] Add and plumb CFS::DidNotProduceFrame. (Closed)
Patch Set: address nits, rename to DidNotProduceFrame. Created 3 years, 7 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 | « cc/output/compositor_frame_sink.h ('k') | cc/scheduler/begin_frame_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/compositor_frame_sink_unittest.cc
diff --git a/cc/output/compositor_frame_sink_unittest.cc b/cc/output/compositor_frame_sink_unittest.cc
index 6a72c8d58bbe2f2adf6c6e8e5d8a39709a671d83..127eb43f9c936ba1e0dd61232a54658cb6aca644 100644
--- a/cc/output/compositor_frame_sink_unittest.cc
+++ b/cc/output/compositor_frame_sink_unittest.cc
@@ -28,6 +28,7 @@ class TestCompositorFrameSink : public CompositorFrameSink {
void SubmitCompositorFrame(CompositorFrame frame) override {
client_->DidReceiveCompositorFrameAck();
}
+ void DidNotProduceFrame(const BeginFrameAck& ack) override {}
};
TEST(CompositorFrameSinkTest, ContextLossInformsClient) {
« no previous file with comments | « cc/output/compositor_frame_sink.h ('k') | cc/scheduler/begin_frame_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698