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

Unified Diff: components/bitmap_uploader/bitmap_uploader.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 | « cc/ipc/typemaps.gni ('k') | components/bitmap_uploader/bitmap_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bitmap_uploader/bitmap_uploader.h
diff --git a/components/bitmap_uploader/bitmap_uploader.h b/components/bitmap_uploader/bitmap_uploader.h
index e967fe22c0de78d4bc6e76d7887f15e058f0d9b5..3d973a8902ef9d9985eafae1217fa0dfb2a8f7fe 100644
--- a/components/bitmap_uploader/bitmap_uploader.h
+++ b/components/bitmap_uploader/bitmap_uploader.h
@@ -70,7 +70,7 @@ class BITMAP_UPLOADER_EXPORT BitmapUploader
// WindowSurfaceClient implementation.
void OnResourcesReturned(
mus::WindowSurface* surface,
- mojo::Array<mus::mojom::ReturnedResourcePtr> resources) override;
+ mojo::Array<cc::ReturnedResource> resources) override;
mus::Window* window_;
mus::mojom::GpuPtr gpu_service_;
« no previous file with comments | « cc/ipc/typemaps.gni ('k') | components/bitmap_uploader/bitmap_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698