mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement missing C callbacks
This commit is contained in:
parent
2a9b2fe027
commit
b642ff2057
5 changed files with 39 additions and 2 deletions
|
@ -56,6 +56,7 @@ struct ServoControl : ServoControlT<ServoControl>, public servo::ServoDelegate {
|
|||
virtual void MakeCurrent();
|
||||
virtual bool OnServoAllowNavigation(winrt::hstring);
|
||||
virtual void OnServoAnimatingChanged(bool);
|
||||
virtual void OnServoIMEStateChanged(bool);
|
||||
|
||||
private:
|
||||
winrt::event<Windows::Foundation::EventHandler<hstring>> mOnURLChangedEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue