Skip to content

Commit 1aace5c

Browse files
Victor Costancopybara-github
authored andcommitted
[roll] Roll fuchsia [display][banjo][fidl] Use math.SizeU in ImageMetadata.
The SizeU instance is stored in a "dimensions" field rather than a "size" field, because size is ambiguous (bytes vs pixels). This CL adds a fuchsia.math/SizeU clone in the Banjo API, and adds api-types-cpp support for converting between Dimensions and the Banjo-generated type. Original-Bug: 316631158 Test: fx test //src/graphics/display Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172175 Original-Revision: 5afe4a4d36ba13bef94f82a4909bec32ceb4949c GitOrigin-RevId: 7265d45ab64029e57e1de482870641fdf01b6bfd Change-Id: I8cd1325ef1b941b0a6495a6c912a0c8079f9c799
1 parent bdbf5c0 commit 1aace5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="e5ac786cae4b0591c28a51b6f4cad25d4d6bdef0"/>
14+
revision="5afe4a4d36ba13bef94f82a4909bec32ceb4949c"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)