Commit 07645482 authored by Shouichi Kamiya's avatar Shouichi Kamiya Committed by Flutter GitHub Bot

s/v-sync/Vsync/g (#46660)

parent 0ec73510
...@@ -328,7 +328,7 @@ class WidgetTester extends WidgetController implements HitTestDispatcher, Ticker ...@@ -328,7 +328,7 @@ class WidgetTester extends WidgetController implements HitTestDispatcher, Ticker
/// Triggers a frame after `duration` amount of time. /// Triggers a frame after `duration` amount of time.
/// ///
/// This makes the framework act as if the application had janked (missed /// This makes the framework act as if the application had janked (missed
/// frames) for `duration` amount of time, and then received a v-sync signal /// frames) for `duration` amount of time, and then received a "Vsync" signal
/// to paint the application. /// to paint the application.
/// ///
/// This is a convenience function that just calls /// This is a convenience function that just calls
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment