commit | 469fb1efd6408e00f39e5ac98e129f10c2180c7d | [log] [tgz] |
---|---|---|
author | Chris Craik <ccraik@google.com> | Thu May 28 15:33:40 2015 -0700 |
committer | Chris Craik <ccraik@google.com> | Thu May 28 15:33:40 2015 -0700 |
tree | 8896c9cdc02c2ea2a351c7f8a5179668aeee0ee1 | |
parent | 1cd7e4c3d0216cfb9a8a685ca8cf6f0d740a9dff [diff] [blame] |
Fix build Change-Id: I7ee28c474aa821eb598f719723d87416a41537b9
diff --git a/libs/hwui/PathTessellator.cpp b/libs/hwui/PathTessellator.cpp index e7c6c05..310da41 100644 --- a/libs/hwui/PathTessellator.cpp +++ b/libs/hwui/PathTessellator.cpp
@@ -942,7 +942,8 @@ } private: bool initialized = false; - double lastX, lastY; + double lastX = 0; + double lastY = 0; double sum = 0; };