* @public * @return {!./service/vsync-impl.Vsync}
()
| 353 | * @return {!./service/vsync-impl.Vsync} |
| 354 | */ |
| 355 | getVsync() { |
| 356 | return Services.vsyncFor(this.win); |
| 357 | } |
| 358 | |
| 359 | /** |
| 360 | * Returns the consent policy id that this element should wait for before |
no outgoing calls
no test coverage detected