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

Unified Diff: components/html_viewer/web_layer_tree_view_impl.cc

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: rebase Created 4 years, 11 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_clipboard_impl.cc ('k') | components/html_viewer/web_socket_handle_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.cc
diff --git a/components/html_viewer/web_layer_tree_view_impl.cc b/components/html_viewer/web_layer_tree_view_impl.cc
index 90e8103a6c0812537f13d0022913b0a28b2a48b8..72e298550bba636753e4b372c59c097f663085bb 100644
--- a/components/html_viewer/web_layer_tree_view_impl.cc
+++ b/components/html_viewer/web_layer_tree_view_impl.cc
@@ -76,7 +76,7 @@ void WebLayerTreeViewImpl::Initialize(mus::mojom::GpuPtr gpu_service,
new mus::ContextProvider(cb.PassInterface().PassHandle()));
output_surface_.reset(new mus::OutputSurface(
context_provider,
- window_->RequestSurface(mus::mojom::SURFACE_TYPE_DEFAULT)));
+ window_->RequestSurface(mus::mojom::SurfaceType::DEFAULT)));
}
layer_tree_host_->SetVisible(window_->visible());
}
« no previous file with comments | « components/html_viewer/web_clipboard_impl.cc ('k') | components/html_viewer/web_socket_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698