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

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

Issue 695803003: Make clicks on <a> request a navigation (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 1acce8d7c0bf5e42e902989e1877f3b09adb9a4e..aa49f8c3c6670f06b04dcbaf74c986659b5a1e83 100644
--- a/sky/engine/core/page/Page.cpp
+++ b/sky/engine/core/page/Page.cpp
@@ -91,7 +91,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_autoscrollController(AutoscrollController::create(*this))

Powered by Google App Engine
This is Rietveld 408576698