Skip to content

Commit 0ea994a

Browse files
authored
Minor Docs to runtime controller WindowData (flutter#6991)
1 parent 41dc628 commit 0ea994a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/runtime_controller.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ class RuntimeController final : public WindowClient {
9393
std::string variant_code;
9494
};
9595

96+
// Stores data about the window to be used at startup
97+
// as well as on hot restarts. Data kept here will persist
98+
// after hot restart.
9699
struct WindowData {
97100
WindowData();
98101

0 commit comments

Comments
 (0)