aboutsummaryrefslogtreecommitdiffstats
path: root/support/magicleap/Servo2D/code/inc/Servo2D.h
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-01-22 13:44:06 -0500
committerJosh Matthews <josh@joshmatthews.net>2019-03-04 12:43:49 -0500
commit5b7be2548a837fcf327935ba615b189f9e3b830d (patch)
treeb179c7004ff2b7d346cfee5184cbad503e2da450 /support/magicleap/Servo2D/code/inc/Servo2D.h
parent887333ae827f24fbac4e4b4f63adc80fa59e7df9 (diff)
downloadservo-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.h7
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