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

Unified Diff: components/html_viewer/web_layer_tree_view_impl.h

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « components/html_viewer/web_layer_impl.cc ('k') | components/html_viewer/web_layer_tree_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/web_layer_tree_view_impl.h
diff --git a/components/html_viewer/web_layer_tree_view_impl.h b/components/html_viewer/web_layer_tree_view_impl.h
index 0817b9bccb6cf25d93f334249cb44720577bb37d..b78b55613aae2c70ba44a16f32f64d6001c18467 100644
--- a/components/html_viewer/web_layer_tree_view_impl.h
+++ b/components/html_viewer/web_layer_tree_view_impl.h
@@ -48,7 +48,7 @@ class WebLayerTreeViewImpl : public blink::WebLayerTreeView,
~WebLayerTreeViewImpl() override;
void Initialize(mojo::GpuPtr gpu_service,
- mojo::View* view,
+ mus::View* view,
blink::WebWidget* widget);
// cc::LayerTreeHostClient implementation.
@@ -115,7 +115,7 @@ class WebLayerTreeViewImpl : public blink::WebLayerTreeView,
private:
// widget_ and view_ will outlive us.
blink::WebWidget* widget_;
- mojo::View* view_;
+ mus::View* view_;
scoped_ptr<cc::LayerTreeHost> layer_tree_host_;
scoped_ptr<cc::OutputSurface> output_surface_;
scoped_refptr<base::SingleThreadTaskRunner>
« no previous file with comments | « components/html_viewer/web_layer_impl.cc ('k') | components/html_viewer/web_layer_tree_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698