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

@ -33,6 +33,7 @@ public:
virtual void OnServoURLChanged(hstring) = 0;
virtual bool OnServoAllowNavigation(hstring) = 0;
virtual void OnServoAnimatingChanged(bool) = 0;
virtual void OnServoIMEStateChanged(bool) = 0;
virtual void Flush() = 0;
virtual void MakeCurrent() = 0;