| Index: sky/shell/apk/src/org/domokit/sky/shell/PlatformView.java
|
| diff --git a/sky/shell/apk/src/org/domokit/sky/shell/PlatformView.java b/sky/shell/apk/src/org/domokit/sky/shell/PlatformView.java
|
| index 0934fc5077905f27d942d1eef154ce830fcf880a..2f646c9cedbd2d1b1c8e3171ea7328d82da5e3fd 100644
|
| --- a/sky/shell/apk/src/org/domokit/sky/shell/PlatformView.java
|
| +++ b/sky/shell/apk/src/org/domokit/sky/shell/PlatformView.java
|
| @@ -109,6 +109,10 @@ public class PlatformView extends SurfaceView {
|
| return true;
|
| }
|
|
|
| + public void loadUrl(String url) {
|
| + mViewportObserver.loadUrl(url);
|
| + }
|
| +
|
| private void attach() {
|
| Core core = CoreImpl.getInstance();
|
| Pair<ViewportObserver.Proxy, InterfaceRequest<ViewportObserver>> result =
|
|
|