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

Unified Diff: services/gfx/compositor/backend/gpu_rasterizer.h

Issue 1682113003: Mojo C++ bindings: Generate InterfaceHandle<> instead of InterfacePtr<>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase ontop of master, address trung's comments Created 4 years, 10 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 | « services/gfx/compositor/backend/gpu_output.cc ('k') | services/gfx/compositor/backend/gpu_rasterizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/backend/gpu_rasterizer.h
diff --git a/services/gfx/compositor/backend/gpu_rasterizer.h b/services/gfx/compositor/backend/gpu_rasterizer.h
index 65eb5bb8a7275123d3c0e0fe6b15204c9da94505..566883fd110008e2338b0d3ae58fd547d13392b6 100644
--- a/services/gfx/compositor/backend/gpu_rasterizer.h
+++ b/services/gfx/compositor/backend/gpu_rasterizer.h
@@ -46,7 +46,7 @@ class GpuRasterizer : public mojo::ViewportParameterListener,
void OnContextLost() override;
void CreateContext();
- void InitContext(mojo::CommandBufferPtr command_buffer);
+ void InitContext(mojo::InterfaceHandle<mojo::CommandBuffer> command_buffer);
void DestroyContext();
void OnContextProviderConnectionError();
« no previous file with comments | « services/gfx/compositor/backend/gpu_output.cc ('k') | services/gfx/compositor/backend/gpu_rasterizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698