diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-01-22 13:44:06 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-03-04 12:43:49 -0500 |
commit | 5b7be2548a837fcf327935ba615b189f9e3b830d (patch) | |
tree | b179c7004ff2b7d346cfee5184cbad503e2da450 /support/magicleap/Servo2D/code/inc/Servo2D.h | |
parent | 887333ae827f24fbac4e4b4f63adc80fa59e7df9 (diff) | |
download | servo-5b7be2548a837fcf327935ba615b189f9e3b830d.tar.gz servo-5b7be2548a837fcf327935ba615b189f9e3b830d.zip |
Build MagicLeap port using libsimpleservo.
Diffstat (limited to 'support/magicleap/Servo2D/code/inc/Servo2D.h')
-rw-r--r-- | support/magicleap/Servo2D/code/inc/Servo2D.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/support/magicleap/Servo2D/code/inc/Servo2D.h b/support/magicleap/Servo2D/code/inc/Servo2D.h index 88ccbf6cc76..e127332b52d 100644 --- a/support/magicleap/Servo2D/code/inc/Servo2D.h +++ b/support/magicleap/Servo2D/code/inc/Servo2D.h @@ -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 |