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

Unified Diff: components/exo/surface_unittest.cc

Issue 2779633002: [cc] Remove remaining_frames from BeginFrameAck. (Closed)
Patch Set: 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
Index: components/exo/surface_unittest.cc
diff --git a/components/exo/surface_unittest.cc b/components/exo/surface_unittest.cc
index eb06aa29fe8a1760ef9c227107f63d820ae0462c..cd5ddb3863728c04dc62bbdbae86114447249c65 100644
--- a/components/exo/surface_unittest.cc
+++ b/components/exo/surface_unittest.cc
@@ -342,7 +342,7 @@ TEST_F(SurfaceTest, SendsBeginFrameAcks) {
RunAllPendingInMessageLoop();
cc::BeginFrameAck expected_ack(args.source_id, args.sequence_number,
- args.sequence_number, 0, true);
+ args.sequence_number, true);
EXPECT_EQ(expected_ack, source.LastAckForObserver(surface.get()));
const cc::CompositorFrame& frame = GetFrameFromSurface(surface.get());
« no previous file with comments | « components/exo/surface.cc ('k') | content/browser/frame_host/render_widget_host_view_child_frame_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698