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

Unified Diff: sky/shell/platform_view.cc

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/platform_view.h ('k') | sky/shell/testing/test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/platform_view.cc
diff --git a/sky/shell/platform_view.cc b/sky/shell/platform_view.cc
index 0a6431dc5ee89205219b962c1b658baa67a4e2d4..a22fc5df808437e5decc2a016bb322141a59a5b2 100644
--- a/sky/shell/platform_view.cc
+++ b/sky/shell/platform_view.cc
@@ -24,10 +24,10 @@ PlatformView::PlatformView(const PlatformView::Config& config)
PlatformView::~PlatformView() {
}
-void PlatformView::ConnectToViewportObserver(
- mojo::InterfaceRequest<ViewportObserver> request) {
+void PlatformView::ConnectToEngine(
+ mojo::InterfaceRequest<SkyEngine> request) {
config_.ui_task_runner->PostTask(
- FROM_HERE, base::Bind(&UIDelegate::ConnectToViewportObserver,
+ FROM_HERE, base::Bind(&UIDelegate::ConnectToEngine,
config_.ui_delegate, base::Passed(&request)));
}
« no previous file with comments | « sky/shell/platform_view.h ('k') | sky/shell/testing/test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698