| Index: cc/output/overlay_candidate.h
|
| diff --git a/cc/output/overlay_candidate.h b/cc/output/overlay_candidate.h
|
| index 4ca80b3f2732dd21b42802bed1cc429f52c6a2ba..d03df29c012584adc21df46994a6a7a59b75579a 100644
|
| --- a/cc/output/overlay_candidate.h
|
| +++ b/cc/output/overlay_candidate.h
|
| @@ -41,6 +41,12 @@ class CC_EXPORT OverlayCandidate {
|
| gfx::RectF display_rect;
|
| // Crop within the buffer to be placed inside |display_rect|.
|
| gfx::RectF uv_rect;
|
| + // Quad geometry rect after applying the quad_transform().
|
| + gfx::Rect quad_rect_in_target_space;
|
| + // Clip rect in the target content space after composition.
|
| + gfx::Rect clip_rect;
|
| + // If the quad is clipped after composition.
|
| + bool is_clipped;
|
| // True if the texture for this overlay should be the same one used by the
|
| // output surface's main overlay.
|
| bool use_output_surface_for_resource;
|
|
|