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

Unified Diff: components/mus/public/cpp/window_surface_client.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
« no previous file with comments | « components/mus/public/cpp/window_surface.h ('k') | components/mus/public/interfaces/compositor_frame.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/window_surface_client.h
diff --git a/components/mus/public/cpp/window_surface_client.h b/components/mus/public/cpp/window_surface_client.h
index 22bde17ebc6d349679b7e0241fed781255c4a6cc..1208d2028f27fd86d8f1c11f8a45ee5cf212d20d 100644
--- a/components/mus/public/cpp/window_surface_client.h
+++ b/components/mus/public/cpp/window_surface_client.h
@@ -13,7 +13,7 @@ class WindowSurfaceClient {
public:
virtual void OnResourcesReturned(
WindowSurface* surface,
- mojo::Array<mojom::ReturnedResourcePtr> resources) = 0;
+ mojo::Array<cc::ReturnedResource> resources) = 0;
protected:
virtual ~WindowSurfaceClient() {}
« no previous file with comments | « components/mus/public/cpp/window_surface.h ('k') | components/mus/public/interfaces/compositor_frame.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698