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

Unified Diff: mojo/services/public/cpp/view_manager/lib/bitmap_uploader.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
Index: mojo/services/public/cpp/view_manager/lib/bitmap_uploader.cc
diff --git a/mojo/services/public/cpp/view_manager/lib/bitmap_uploader.cc b/mojo/services/public/cpp/view_manager/lib/bitmap_uploader.cc
index 80447ed9c8990d0e83c435b722495581eae32db0..03621a750a82abadaf0b9e10fa882091bad5c288 100644
--- a/mojo/services/public/cpp/view_manager/lib/bitmap_uploader.cc
+++ b/mojo/services/public/cpp/view_manager/lib/bitmap_uploader.cc
@@ -48,7 +48,7 @@ BitmapUploader::BitmapUploader(ViewManagerClientImpl* client,
surfaces_service_->CreateSurfaceConnection(base::Bind(
&BitmapUploader::OnSurfaceConnectionCreated, weak_factory_.GetWeakPtr()));
CommandBufferPtr gles2_client;
- gpu_service_->CreateOffscreenGLES2Context(Get(&gles2_client));
+ gpu_service_->CreateOffscreenGLES2Context(GetProxy(&gles2_client));
gles2_context_ =
MojoGLES2CreateContext(gles2_client.PassMessagePipe().release().value(),
&LostContext,
« no previous file with comments | « mojo/services/native_viewport/viewport_surface.cc ('k') | mojo/services/public/cpp/view_manager/lib/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698