DescriptionSecond step to remove wallClockTime from Blink's animation delegate interface.
We are currently removing trying to remove all references to base::Time (wall
clock time) from Chrome/Blink compositor/graphics stack.
This requires multiple two-sided patches. Following the process found at
https://groups.google.com/a/chromium.org/d/msg/chromium-dev/ukaRczAK6t8/0ludyZ1Nu4cJ
The steps are;
* Adding monotonic only API to Blink's animation delegate interface
https://codereview.chromium.org/185633002
* (This Patch) -- Making the delegate adapter use monotonic only API
https://codereview.chromium.org/185643002
* Remove the wallClockTime API from Blink/WebKit.
https://codereview.chromium.org/185393005
BUG=299945
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255613
Patch Set 1 #
Total comments: 1
Messages
Total messages: 15 (0 generated)
|