mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Build MagicLeap port using libsimpleservo.
This commit is contained in:
parent
887333ae82
commit
5b7be2548a
10 changed files with 201 additions and 371 deletions
|
@ -59,7 +59,12 @@ public:
|
|||
/**
|
||||
* Update the browser history UI
|
||||
*/
|
||||
void updateHistory(bool canGoBack, const char* url, bool canGoForward);
|
||||
void updateHistory(bool canGoBack, bool canGoForward);
|
||||
|
||||
/**
|
||||
* Update the browser url bar.
|
||||
*/
|
||||
void updateUrl(const char* url);
|
||||
|
||||
/**
|
||||
* Make the keyboard visible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue