Implement missing C callbacks

This commit is contained in:
Paul Rouget 2019-08-19 09:45:40 +02:00
parent 2a9b2fe027
commit b642ff2057
5 changed files with 39 additions and 2 deletions

View file

@ -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;