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

Unified Diff: skia/public/interfaces/bitmap_array_struct_traits.h

Issue 2253293002: Mojo C++ bindings: change the first template parameter of StructTraits and UnionTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@91_extra
Patch Set: rebase Created 4 years, 4 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: skia/public/interfaces/bitmap_array_struct_traits.h
diff --git a/skia/public/interfaces/bitmap_array_struct_traits.h b/skia/public/interfaces/bitmap_array_struct_traits.h
index fff6ef33725c5e378a0a1c4d288fee19a5ea37de..36e6be14a33f1600799db8bb0a7253bf0d6d34ad 100644
--- a/skia/public/interfaces/bitmap_array_struct_traits.h
+++ b/skia/public/interfaces/bitmap_array_struct_traits.h
@@ -13,7 +13,7 @@
namespace mojo {
template <>
-struct StructTraits<skia::mojom::BitmapArray, std::vector<SkBitmap>> {
+struct StructTraits<skia::mojom::BitmapArrayDataView, std::vector<SkBitmap>> {
static const std::vector<SkBitmap>& bitmaps(
const std::vector<SkBitmap>& bitmaps) {
return bitmaps;
@@ -27,4 +27,4 @@ struct StructTraits<skia::mojom::BitmapArray, std::vector<SkBitmap>> {
} // namespace mojo
-#endif // SKIA_PUBLIC_INTERFACES_BITMAP_ARRAY_STRUCT_TRAITS_H_
+#endif // SKIA_PUBLIC_INTERFACES_BITMAP_ARRAY_STRUCT_TRAITS_H_
« no previous file with comments | « services/ui/public/interfaces/display/display_struct_traits.cc ('k') | skia/public/interfaces/bitmap_skbitmap_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698