UWP: allow servo's initial URL to be set before Servo starts

This commit is contained in:
Paul Rouget 2020-07-06 11:49:13 +02:00
parent d93e67a0bf
commit 79ecc7e216
5 changed files with 26 additions and 13 deletions

View file

@ -217,6 +217,7 @@ private:
float mDPI = 1;
hstring mCurrentUrl = L"";
bool mTransient = false;
std::optional<hstring> mInitUrl = {};
Windows::UI::Xaml::Controls::SwapChainPanel ServoControl::Panel();
void CreateNativeWindow();