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

Unified Diff: mandoline/ui/aura/aura_init.cc

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated all the namespaces in mus Created 5 years, 3 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: mandoline/ui/aura/aura_init.cc
diff --git a/mandoline/ui/aura/aura_init.cc b/mandoline/ui/aura/aura_init.cc
index 2d5fb9f6884bfb9bff2f3396756b74ddf693fc4c..21826e0d6b74112ec984d0c59a0b93653b31dff1 100644
--- a/mandoline/ui/aura/aura_init.cc
+++ b/mandoline/ui/aura/aura_init.cc
@@ -37,7 +37,7 @@ std::set<std::string> GetResourcePaths() {
// TODO(sky): the 1.f should be view->viewport_metrics().device_scale_factor,
// but that causes clipping problems. No doubt we're not scaling a size
// correctly.
-AuraInit::AuraInit(mojo::View* view, mojo::Shell* shell)
+AuraInit::AuraInit(mus::View* view, mojo::Shell* shell)
: ui_init_(view->viewport_metrics().size_in_pixels.To<gfx::Size>(), 1.f) {
aura::Env::CreateInstance(false);

Powered by Google App Engine
This is Rietveld 408576698