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

Unified Diff: sky/shell/platform_view.h

Issue 1222663003: Rename ViewportObserver to SkyEngine (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: now with moar files Created 5 years, 6 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
« no previous file with comments | « sky/shell/ios/sky_surface.mm ('k') | sky/shell/platform_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/platform_view.h
diff --git a/sky/shell/platform_view.h b/sky/shell/platform_view.h
index b09980edf9ad2939ab2b8344e7c60eead555df4c..7b221af296c1608b17f3ac9c5e19a858bfa9d61f 100644
--- a/sky/shell/platform_view.h
+++ b/sky/shell/platform_view.h
@@ -26,8 +26,7 @@ class PlatformView {
virtual ~PlatformView();
- void ConnectToViewportObserver(
- mojo::InterfaceRequest<ViewportObserver> request);
+ void ConnectToEngine(mojo::InterfaceRequest<SkyEngine> request);
protected:
explicit PlatformView(const Config& config);
« no previous file with comments | « sky/shell/ios/sky_surface.mm ('k') | sky/shell/platform_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698