Branding: s/servo/firefox reality/

This commit is contained in:
Paul Rouget 2019-09-03 09:03:42 +02:00
parent 4f4e219e54
commit 56dd81f852
36 changed files with 110 additions and 19 deletions

View file

@ -95,7 +95,7 @@ private:
winrt::event<EventDelegate> mOnCaptureGesturesEndedEvent;
float mDPI = 1;
hstring mInitialURL = L"https://servo.org";
hstring mInitialURL = L"about:blank";
bool mTransient = false;
Windows::UI::Xaml::Controls::SwapChainPanel ServoControl::Panel();