Minor Docs to runtime controller WindowData (#6991)

This commit is contained in:
Gary Qian 2018-12-12 17:25:56 -08:00 committed by GitHub
parent 41dc628d6d
commit 0ea994a649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();