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/native_viewport/viewport_surface.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/native_viewport/viewport_surface.cc
diff --git a/mojo/services/native_viewport/viewport_surface.cc b/mojo/services/native_viewport/viewport_surface.cc
index 8786e8cdbcccf6ac867f21ab7371a9966b864205..883be4ff84d88de89c5f525fa52be808e7c901f1 100644
--- a/mojo/services/native_viewport/viewport_surface.cc
+++ b/mojo/services/native_viewport/viewport_surface.cc
@@ -65,7 +65,7 @@ void ViewportSurface::OnSurfaceConnectionCreated(SurfacePtr surface,
void ViewportSurface::BindSurfaceToNativeViewport() {
CommandBufferPtr cb;
gpu_service_->CreateOnscreenGLES2Context(
- widget_id_, Size::From(size_), Get(&cb));
+ widget_id_, Size::From(size_), GetProxy(&cb));
id_ = id_allocator_->GenerateId();
surface_->CreateGLES2BoundSurface(
« no previous file with comments | « mojo/services/html_viewer/weburlloader_impl.cc ('k') | mojo/services/public/cpp/view_manager/lib/bitmap_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698