diff --git a/runtime/runtime_controller.h b/runtime/runtime_controller.h index 34f3236c3c7..05278740735 100644 --- a/runtime/runtime_controller.h +++ b/runtime/runtime_controller.h @@ -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();