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

Unified Diff: sky/engine/core/page/Page.cpp

Issue 873923003: sky/shell should link with sky/engine (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/engine/core/page/Page.cpp
diff --git a/sky/engine/core/page/Page.cpp b/sky/engine/core/page/Page.cpp
index 07c85a778e5883aab10270d74bc67667d1345eeb..975515a7da66aafb4965cfe44df053683501363d 100644
--- a/sky/engine/core/page/Page.cpp
+++ b/sky/engine/core/page/Page.cpp
@@ -62,7 +62,7 @@ float deviceScaleFactor(LocalFrame* frame)
return page->deviceScaleFactor();
}
-Page::Page(PageClients& pageClients, ServiceProvider& services)
+Page::Page(PageClients& pageClients, ServiceProvider* services)
: SettingsDelegate(Settings::create())
, m_animator(this)
, m_chromeClient(pageClients.chromeClient)

Powered by Google App Engine
This is Rietveld 408576698