DescriptionFinal step to remove wallClockTime API from 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
* Making the delegate adapter use monotonic only API
https://codereview.chromium.org/185643002
* (This Patch) -- Remove the wallClockTime API from Blink/WebKit.
https://codereview.chromium.org/185393005
BUG=299945
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168889
Patch Set 1 #Patch Set 2 : Rebasing. #Patch Set 3 : Also reverting the BLINK_PLATFORM_EXPORT bit. #Messages
Total messages: 6 (0 generated)
|