mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:57:44 +00:00
Userland: Use Core::Timer::create_foo() factory functions where possible
This commit is contained in:
parent
6edc0cf5ab
commit
e181b1cb82
12 changed files with 37 additions and 51 deletions
|
@ -155,10 +155,10 @@ private:
|
|||
NonnullOwnPtr<VideoFrameQueue> m_frame_queue;
|
||||
Optional<FrameQueueItem> m_next_frame;
|
||||
|
||||
NonnullRefPtr<Core::Timer> m_present_timer;
|
||||
RefPtr<Core::Timer> m_present_timer;
|
||||
unsigned m_decoding_buffer_time_ms = 16;
|
||||
|
||||
NonnullRefPtr<Core::Timer> m_decode_timer;
|
||||
RefPtr<Core::Timer> m_decode_timer;
|
||||
|
||||
u64 m_skipped_frames;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue