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

Unified Diff: mojo/services/html_viewer/weblayertreeview_impl.cc

Issue 629523003: Rename Get to GetProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix device 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
« no previous file with comments | « mojo/services/html_viewer/html_document_view.cc ('k') | mojo/services/html_viewer/websockethandle_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/weblayertreeview_impl.cc
diff --git a/mojo/services/html_viewer/weblayertreeview_impl.cc b/mojo/services/html_viewer/weblayertreeview_impl.cc
index 56ebc349e6f6323a4119b1af48031776c7d11684..24eaaf967824b5091b65ee65e1a61d3d31cf082d 100644
--- a/mojo/services/html_viewer/weblayertreeview_impl.cc
+++ b/mojo/services/html_viewer/weblayertreeview_impl.cc
@@ -220,7 +220,7 @@ void WebLayerTreeViewImpl::finishAllRendering() {
void WebLayerTreeViewImpl::OnSurfaceConnectionCreated(SurfacePtr surface,
uint32_t id_namespace) {
CommandBufferPtr cb;
- gpu_service_->CreateOffscreenGLES2Context(Get(&cb));
+ gpu_service_->CreateOffscreenGLES2Context(GetProxy(&cb));
scoped_refptr<cc::ContextProvider> context_provider(
new ContextProviderMojo(cb.PassMessagePipe()));
output_surface_.reset(new OutputSurfaceMojo(
« no previous file with comments | « mojo/services/html_viewer/html_document_view.cc ('k') | mojo/services/html_viewer/websockethandle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698