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

@ -95,6 +95,7 @@ public:
virtual bool OnServoAllowNavigation(hstring) = 0;
virtual void OnServoAnimatingChanged(bool) = 0;
virtual void OnServoIMEStateChanged(bool) = 0;
virtual void OnServoDevtoolsStarted(bool, unsigned int) = 0;
virtual void Flush() = 0;
virtual void MakeCurrent() = 0;
virtual void OnServoMediaSessionMetadata(hstring, hstring, hstring) = 0;