mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Now that sky/engine can talk to base directly, there's no reason to use Platform::current to implement SharedTimer. Instead, we can just implement it directly in SharedTimer.cpp. R=ojan@chromium.org, eseidel@chromium.org Review URL: https://codereview.chromium.org/886263002