| Index: mojo/services/public/interfaces/surfaces/quads.mojom
|
| diff --git a/mojo/services/public/interfaces/surfaces/quads.mojom b/mojo/services/public/interfaces/surfaces/quads.mojom
|
| index 6d5cccd6e4c66c5cc4957d23264644c34d22da74..7625faa6f0a7a1dc6291a932722850234782d3ff 100644
|
| --- a/mojo/services/public/interfaces/surfaces/quads.mojom
|
| +++ b/mojo/services/public/interfaces/surfaces/quads.mojom
|
| @@ -28,7 +28,8 @@ struct RenderPassQuadState {
|
|
|
| // If nonzero, resource id of mask to use when drawing this pass.
|
| uint32 mask_resource_id;
|
| - RectF mask_uv_rect;
|
| + PointF mask_uv_scale;
|
| + Size mask_texture_size;
|
|
|
| // Post-processing filters, applied to the pixels in the render pass' texture.
|
| // TODO(jamesr): Support
|
|
|