From 0ea994a649d92500b2c8ebadb8d10a22c3a0f014 Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Wed, 12 Dec 2018 17:25:56 -0800 Subject: [PATCH] Minor Docs to runtime controller WindowData (#6991) --- runtime/runtime_controller.h | 3 +++ 1 file changed, 3 insertions(+) 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();