commit | 358fc008f37e81c2a20425b9707fe137d2b1dbc4 | [log] [tgz] |
---|---|---|
author | Dan Stoza <stoza@google.com> | Wed Mar 11 14:04:22 2015 -0700 |
committer | Dan Stoza <stoza@google.com> | Wed Mar 11 14:04:22 2015 -0700 |
tree | aea83dbf534e0f6726733d69122ec0c45a643157 | |
parent | 35283ef01b53c6fce3be11158100dd950780f19e [diff] |
libgui: Add a union to BufferItem for refactoring Currently, there are two instances of BufferItem: one inside of IGraphicBufferConsumer, and a standalone one inside of libgui. They only differ in the name of one of the fields, so this change modifies the one inside of libgui to have a union of both names so that the one inside of IGBC can eventually be refactored away. Change-Id: I64f495105f56cbf5803cea4aa6b072ea29b70cf5