Show compositing time in the SVG demo

This commit is contained in:
Patrick Walton 2017-10-31 12:35:24 -07:00
parent dc6bdda7ff
commit d65bfb7fb2
1 changed files with 1 additions and 2 deletions

View File

@ -194,8 +194,7 @@ class SVGDemoRenderer extends Renderer {
} }
protected newTimingsReceived(): void { protected newTimingsReceived(): void {
this.renderContext.appController.newTimingsReceived(_.pick(this.lastTimings, this.renderContext.appController.newTimingsReceived(this.lastTimings);
['rendering']));
} }
protected pathColorsForObject(objectIndex: number): Uint8Array { protected pathColorsForObject(objectIndex: number): Uint8Array {