Remove rect arguments onFBUComplete callback

This callback is for an entire FBU, so it's not really relevant
to include info about just a single of the included rects.
This commit is contained in:
Pierre Ossman
2017-09-07 17:16:16 +02:00
parent 49a8183757
commit c7c6cb196d
2 changed files with 3 additions and 8 deletions
-1
View File
@@ -1335,7 +1335,6 @@ describe('Remote Frame Buffer Protocol Client', function() {
var spy = client.get_onFBUComplete();
expect(spy).to.have.been.calledOnce;
expect(spy).to.have.been.calledWith(sinon.match.any, rect_info);
});
it('should not fire onFBUComplete if we have not finished processing the update', function () {