commit | 8bcce6e85452aad525dd85bd99dd26ea23aef7d0 | [log] [tgz] |
---|---|---|
author | Zach Reizner <[email protected]> | Wed Oct 31 00:04:37 2018 |
committer | Commit Bot <[email protected]> | Wed Oct 31 00:04:37 2018 |
tree | 9fdc66b5dceab7dd8bbb64b7ae39786902d1716f | |
parent | 7e85c0922ce2aa01c8e2fad91afd18eb000019b7 [diff] [blame] |
exo: implement invert_y for linux_dmabuf wayland protocol [email protected] Bug: 887036 Test: wayland client that uses INVERT_Y Change-Id: I9ac108165ac68911ab61b3340410e538f8a843db Reviewed-on: https://chromium-review.googlesource.com/c/1298739 Commit-Queue: Zach Reizner <[email protected]> Reviewed-by: Daniele Castagna <[email protected]> Cr-Commit-Position: refs/heads/master@{#604066}
diff --git a/components/exo/surface.h b/components/exo/surface.h index 9c97f1b7e..ec073ba 100644 --- a/components/exo/surface.h +++ b/components/exo/surface.h
@@ -283,7 +283,7 @@ void UpdateResource(LayerTreeFrameSinkHolder* frame_sink_holder); // Updates buffer_transform_ to match the current buffer parameters. - void UpdateBufferTransform(); + void UpdateBufferTransform(bool y_invert); // Puts the current surface into a draw quad, and appends the draw quads into // the |frame|.