Index: cc/output/overlay_candidate.h |
diff --git a/cc/output/overlay_candidate.h b/cc/output/overlay_candidate.h |
index 36396358e65941ef4c1b2a5b25c965000f8f60ab..4cb6f2777da745d113b4fdedc4dade4d701bfb13 100644 |
--- a/cc/output/overlay_candidate.h |
+++ b/cc/output/overlay_candidate.h |
@@ -34,6 +34,8 @@ class CC_EXPORT OverlayCandidate { |
gfx::OverlayTransform transform; |
// Format of the buffer to composite. |
ResourceFormat format; |
+ // Size of the resource, in pixels. |
+ gfx::Size resource_size; |
danakj
2015/05/29 20:04:14
resource_size_in_pixels?
achaulk
2015/06/01 15:43:10
Done.
|
// Rect on the display to position the overlay to. Implementer must convert |
// to integer coordinates if setting |overlay_handled| to true. |
gfx::RectF display_rect; |