commit | a9f397b562df067d27888789954c539f6c0fa624 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Mon Jan 27 12:42:56 2020 -0500 |
committer | Leon Scroggins III <scroggo@google.com> | Mon Jan 27 15:21:19 2020 -0500 |
tree | a2ccd4bd3345bbcab61b6caf30a1b2e75a9bb26e | |
parent | 4274794a833b94f81bbd7b398ed399fe6979ad51 [diff] |
Update imagedecoder.h to build as a C file Bug: 135133301 Test: build as a C file AAsset is a forward-declared struct, so it needs to be declared in parameters as a struct in order to compile as a C file. In addition, include rect.h explicitly for documentation purposes. This also means that ARect as a parameter does not need to be declared as "struct ARect". Change-Id: I30c5176010ec3b5b0405f0b383654a7cfca65b62