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

Unified Diff: components/mus/public/cpp/window_surface.h

Issue 2019833002: Implement StructTraits for various cc and gpu types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mailbox_name by ref to make windows happy Created 4 years, 7 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: components/mus/public/cpp/window_surface.h
diff --git a/components/mus/public/cpp/window_surface.h b/components/mus/public/cpp/window_surface.h
index 6fa60a7d8ec6dfa59fbaf540fd305f75339a3b2c..9431e0e48a4eb78baa9f922fee8aa7816bd64561 100644
--- a/components/mus/public/cpp/window_surface.h
+++ b/components/mus/public/cpp/window_surface.h
@@ -46,8 +46,7 @@ class WindowSurface : public mojom::SurfaceClient {
mojo::InterfaceRequest<mojom::SurfaceClient> client_request);
// SurfaceClient implementation:
- void ReturnResources(
- mojo::Array<mojom::ReturnedResourcePtr> resources) override;
+ void ReturnResources(mojo::Array<cc::ReturnedResource> resources) override;
WindowSurfaceClient* client_;
mojo::InterfacePtrInfo<mojom::Surface> surface_info_;
« no previous file with comments | « components/mus/public/cpp/surfaces/tests/surface_unittest.cc ('k') | components/mus/public/cpp/window_surface_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698