| Index: cc/ipc/quads_struct_traits.h
|
| diff --git a/cc/ipc/quads_struct_traits.h b/cc/ipc/quads_struct_traits.h
|
| index f495efecdf457a5028f610ed02c7b33abf1de370..24742869391b06da67ff7d4ff4071688ddcf8636 100644
|
| --- a/cc/ipc/quads_struct_traits.h
|
| +++ b/cc/ipc/quads_struct_traits.h
|
| @@ -375,11 +375,6 @@ struct StructTraits<cc::mojom::DrawQuad, cc::DrawQuad> {
|
| return quad.needs_blending;
|
| }
|
|
|
| - static uint32_t shared_quad_state_index(const cc::DrawQuad& quad) {
|
| - // TODO(fsamuel): Add shared_quad_state_index field to cc::DrawQuad.
|
| - return 0;
|
| - }
|
| -
|
| static const cc::DrawQuad& debug_border_quad_state(const cc::DrawQuad& quad) {
|
| return quad;
|
| }
|
|
|