Merge "Fix random crash in libhwui"

am: 3f67a1855e

Change-Id: I8dfcad3d00b2cca955457142b963934143ec2cbd
This commit is contained in:
Keith Mok
2016-08-05 18:37:14 +00:00
committed by android-build-merger

View File

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