Merge "Fix random crash in libhwui"

This commit is contained in:
Treehugger Robot
2016-08-05 18:23:14 +00:00
committed by Gerrit Code Review

View File

@@ -40,6 +40,7 @@ Snapshot::Snapshot()
, mClipArea(&mClipAreaRoot) {
transform = &mTransformRoot;
region = nullptr;
mRelativeLightCenter.x = mRelativeLightCenter.y = mRelativeLightCenter.z = 0;
}
/**