commit | 1a2bdc8c65f9c4bd30033f6c931e4b637bf44d45 | [log] [tgz] |
---|---|---|
author | Chris Blume <cblume@google.com> | Fri Jan 11 16:52:12 2019 -0800 |
committer | Chris Blume <cblume@google.com> | Mon Jan 14 14:48:46 2019 -0800 |
tree | 4fa21b302a42dc8224e9df4b9e6ce80599e2433d | |
parent | 94ae766a983bdaf5f31493f7aa604b4735725830 [diff] |
Put HWUI & Webview color space in a struct The color space parameters are currently separate members. This was making passing color space parameters to functions a bit messy. This CL puts the color space parameters into their own struct which can be cleanly passed to functions. Test: Builds locally Change-Id: I3709b88dbdedb9616d4905ee973c3099f95b3ca7