commit | e5f8426d20187fe272df8742b6be6f87051fdaf1 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Tue Feb 16 06:57:36 2021 -0800 |
committer | Greg Kaiser <gkaiser@google.com> | Tue Feb 16 06:57:36 2021 -0800 |
tree | dce2c892d60f5b443319c53c667a3c6958f97d99 | |
parent | fa940e0afb34c39501b29affd7ee4e8fef527ad4 [diff] |
Initialize mCurrentPageCanvas on construction This was our only field member that wasn't implicitly or explicitly initialized on construction. nullptr is a known state for this value, and so we initialize it to nullptr. Bug: 176903027 Test: TreeHugger Change-Id: Ief600d1ab7c8f34dac91f7bf9f494e05bb61e3b3