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

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: Rebased against previous patch 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_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() {}

Powered by Google App Engine
This is Rietveld 408576698