mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibWeb: Move unsafe_shared_current_time() to HighResolutionTime
This doesn't belong on the EventLoop at all, as far as I can tell.
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 06:21:26 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/4ea6cc56be Pull-request: https://github.com/SerenityOS/serenity/pull/15477
@@ -71,7 +71,6 @@ public:
|
||||
void register_environment_settings_object(Badge<EnvironmentSettingsObject>, EnvironmentSettingsObject&);
|
||||
void unregister_environment_settings_object(Badge<EnvironmentSettingsObject>, EnvironmentSettingsObject&);
|
||||
|
||||
double unsafe_shared_current_time() const;
|
||||
double compute_deadline() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user