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

Unified Diff: cc/ipc/filter_operation_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
« no previous file with comments | « cc/ipc/compositor_frame_struct_traits.cc ('k') | cc/ipc/filter_operations_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/filter_operation_struct_traits.h
diff --git a/cc/ipc/filter_operation_struct_traits.h b/cc/ipc/filter_operation_struct_traits.h
index 40592bac81f3c14110b516d94ecaef208ef1c348..7fd8ef218bca16ab57675da7ba997bcd5062718c 100644
--- a/cc/ipc/filter_operation_struct_traits.h
+++ b/cc/ipc/filter_operation_struct_traits.h
@@ -95,7 +95,7 @@ cc::FilterOperation::FilterType MojoFilterTypeToCC(
using FilterOperationMatrix = CArray<float>;
template <>
-struct StructTraits<cc::mojom::FilterOperation, cc::FilterOperation> {
+struct StructTraits<cc::mojom::FilterOperationDataView, cc::FilterOperation> {
static cc::mojom::FilterType type(const cc::FilterOperation& op) {
return CCFilterTypeToMojo(op.type());
}
« no previous file with comments | « cc/ipc/compositor_frame_struct_traits.cc ('k') | cc/ipc/filter_operations_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698