5 #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_WINDOW_H_
6 #define FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_WINDOW_H_
15 #include "flutter/fml/macros.h"
39 void PollOnce(std::chrono::milliseconds timeout);
48 void SetTimer(std::chrono::nanoseconds when);
50 WNDCLASS RegisterWindowClass();
53 HandleMessage(UINT
const message,
55 LPARAM
const lparam) noexcept;
57 static LRESULT CALLBACK WndProc(HWND
const window,
60 LPARAM
const lparam) noexcept;
63 std::wstring window_class_name_;
64 std::vector<Delegate*> delegates_;
70 #endif // FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_WINDOW_H_