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

Unified Diff: sky/shell/platform_view.h

Issue 932283002: Port touch-demo.sky to Dart and make it work in SkyShell (Closed) Base URL: git@github.com:domokit/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/platform_view.h
diff --git a/sky/shell/platform_view.h b/sky/shell/platform_view.h
index 7f83cde08398090603ed6730d7df14b2360f222b..c6da2e3b6deae15059543de68fcf4bb3289f1de2 100644
--- a/sky/shell/platform_view.h
+++ b/sky/shell/platform_view.h
@@ -33,6 +33,9 @@ class PlatformView {
explicit PlatformView(const Config& config);
~PlatformView();
+ void ConnectToViewportObserver(
+ mojo::InterfaceRequest<ViewportObserver> request);
+
// Called from Java
void Detach(JNIEnv* env, jobject obj);
void SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);

Powered by Google App Engine
This is Rietveld 408576698