Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1886)

Unified Diff: sky/shell/ui/engine.h

Issue 946583003: Teach SkyShell how to listen for VIEW intents of sky: urls. (Closed) Base URL: git@github.com:abarth/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/shell/ui/engine.h
diff --git a/sky/shell/ui/engine.h b/sky/shell/ui/engine.h
index 1aafbb39f4a5004bfa8d57a856405351f8c105d1..bdf6d043162a056dd9a6a14783de990bb1b544e7 100644
--- a/sky/shell/ui/engine.h
+++ b/sky/shell/ui/engine.h
@@ -53,11 +53,14 @@ class Engine : public UIDelegate,
void OnViewportMetricsChanged(int width, int height,
float device_pixel_ratio) override;
void OnInputEvent(InputEventPtr event) override;
+ void LoadURL(const mojo::String& url) override;
// WebViewClient methods:
void initializeLayerTreeView() override;
void scheduleVisualUpdate() override;
+ void UpdateWebViewSize();
+
scoped_ptr<PlatformImpl> platform_impl_;
scoped_ptr<Animator> animator_;
blink::WebView* web_view_;

Powered by Google App Engine
This is Rietveld 408576698