mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Minor Docs to runtime controller WindowData (#6991)
This commit is contained in:
parent
41dc628d6d
commit
0ea994a649
@ -93,6 +93,9 @@ class RuntimeController final : public WindowClient {
|
||||
std::string variant_code;
|
||||
};
|
||||
|
||||
// Stores data about the window to be used at startup
|
||||
// as well as on hot restarts. Data kept here will persist
|
||||
// after hot restart.
|
||||
struct WindowData {
|
||||
WindowData();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user