commit | 25429cb71cf91d217e2002325ad9f3e6d9be806f | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Fri Jan 05 14:34:22 2018 -0800 |
committer | Greg Kaiser <gkaiser@google.com> | Fri Jan 05 14:34:22 2018 -0800 |
tree | bbd0d16eb4b5ed6b82731a19ba43e4de07739e93 | |
parent | b941e695229aa11e80334071da220e9c12bc82cd [diff] |
surfaceflinger: Description init style change We move the initialization of fields to Description's declaration, and switch to using the "default" constructor and destructor. This is basically a style change, should essentially have no difference in behavior, although it does subtly change Description into being a POD (which might be useful for future work, but should have no current impact). Test: Built aosp_arm-eng Change-Id: I79f91f422ff6ad55dbd9507ee6655f30377339a8