commit | 555363e192249e2d1c7eb7d0dab514265d857743 | [log] [tgz] |
---|---|---|
author | James Hawkins <jhawkins@google.com> | Thu Feb 25 10:59:30 2016 -0800 |
committer | James Hawkins <jhawkins@google.com> | Thu Feb 25 10:59:30 2016 -0800 |
tree | 0600b69cb9446a62f0f559422f277482f3514373 | |
parent | 6358e6a5a8cc25a0ed4275ebbee491f1f8f1aa6b [diff] |
libpixelflinger: Fix -Woverloaded-virtual warnings. GGLAssembler inherits a reset method from two parent classes, but it provides a separate reset method with a different signature, thus hiding the inherited reset methods. The fix is to explicitly hide the inherited reset methods as private. Bug: 27346663 Change-Id: Ic64b00acb6d77fb791cfdeade9ef7e20148817c1