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

Unified Diff: cc/ipc/quads_struct_traits.cc

Issue 2543473004: cc: Move filters from RenderPassDrawQuad to RenderPass (Closed)
Patch Set: Rebase again Created 4 years 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/quads_struct_traits.h ('k') | cc/ipc/render_pass.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/quads_struct_traits.cc
diff --git a/cc/ipc/quads_struct_traits.cc b/cc/ipc/quads_struct_traits.cc
index 7cc9ef8440b9a5facbdc4f8d1a21c99b56621a43..7695c12a8102080edd0784ac31aaa7c9b02cd74a 100644
--- a/cc/ipc/quads_struct_traits.cc
+++ b/cc/ipc/quads_struct_traits.cc
@@ -73,10 +73,8 @@ bool StructTraits<cc::mojom::RenderPassQuadStateDataView, cc::DrawQuad>::Read(
return false;
return data.ReadMaskUvScale(&quad->mask_uv_scale) &&
data.ReadMaskTextureSize(&quad->mask_texture_size) &&
- data.ReadFilters(&quad->filters) &&
data.ReadFiltersScale(&quad->filters_scale) &&
- data.ReadFiltersOrigin(&quad->filters_origin) &&
- data.ReadBackgroundFilters(&quad->background_filters);
+ data.ReadFiltersOrigin(&quad->filters_origin);
}
// static
« no previous file with comments | « cc/ipc/quads_struct_traits.h ('k') | cc/ipc/render_pass.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698