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

Unified Diff: components/html_viewer/web_layer_tree_view_impl.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: components/html_viewer/web_layer_tree_view_impl.cc
diff --git a/components/html_viewer/web_layer_tree_view_impl.cc b/components/html_viewer/web_layer_tree_view_impl.cc
index 4506830eba5fc72f7cbdc654e8a03336d93de8f2..84d4c4ddda093ea49d4b51cfffe8979b14bed9e3 100644
--- a/components/html_viewer/web_layer_tree_view_impl.cc
+++ b/components/html_viewer/web_layer_tree_view_impl.cc
@@ -62,7 +62,7 @@ WebLayerTreeViewImpl::WebLayerTreeViewImpl(
}
void WebLayerTreeViewImpl::Initialize(mojo::GpuPtr gpu_service,
- mojo::View* view,
+ mus::View* view,
blink::WebWidget* widget) {
view_ = view;
widget_ = widget;

Powered by Google App Engine
This is Rietveld 408576698