mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
UWP port: re-enable devtools
This commit is contained in:
parent
58ff35f5bf
commit
00395125f6
6 changed files with 34 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue