commit | a5f2e070741182ad9a6ebd489f844f444879c697 | [log] [tgz] |
---|---|---|
author | Rob Tsuk <robtsuk@google.com> | Mon Nov 17 12:57:32 2014 -0800 |
committer | Rob Tsuk <robtsuk@google.com> | Mon Nov 17 12:57:32 2014 -0800 |
tree | 6c59af0594fdb58fc41b93a0614c33e5bd3497d9 | |
parent | 36f3b81440ff6d061f381bdd4a9a0f671ea8ea8a [diff] |
Fix uninitialized member warning The fact that mHasDeferredTranslate was unitialized couldn't cause any problems, since mTranslateX and mTranslateY are intialized to zero and the only use of mHasDeferredTranslate, in DisplayListRenderer::flushTranslate(), doesn't do anything if those values are both zero and then sets mHasDeferredTranslate to false. Change-Id: Ia5aa2590b3ab956eaf74c90515353600253873f5