mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Use tasks instead of events
This commit is contained in:
parent
8f5c37c0b5
commit
4525530310
3 changed files with 19 additions and 55 deletions
|
@ -1,7 +1,6 @@
|
|||
#include "pch.h"
|
||||
#include "Servo.h"
|
||||
|
||||
// FIXME: rename mozilla to something else
|
||||
namespace servo {
|
||||
|
||||
void on_load_started() { sServo->Delegate().OnLoadStarted(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue