UWP port: re-enable devtools

This commit is contained in:
Paul Rouget 2020-03-16 12:06:09 +01:00
parent 58ff35f5bf
commit 00395125f6
6 changed files with 34 additions and 7 deletions

View file

@ -114,6 +114,7 @@ struct ServoControl : ServoControlT<ServoControl>, public servo::ServoDelegate {
virtual servo::Servo::PromptResult OnServoPromptYesNo(winrt::hstring, bool);
virtual std::optional<hstring> OnServoPromptInput(winrt::hstring,
winrt::hstring, bool);
virtual void OnServoDevtoolsStarted(bool success, const unsigned int port);
private:
winrt::event<Windows::Foundation::EventHandler<hstring>> mOnURLChangedEvent;