We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dc628 commit 0ea994aCopy full SHA for 0ea994a
runtime/runtime_controller.h
@@ -93,6 +93,9 @@ class RuntimeController final : public WindowClient {
93
std::string variant_code;
94
};
95
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.
99
struct WindowData {
100
WindowData();
101
0 commit comments