Merge "Fix random crash in libhwui" am: 3f67a1855e

am: 9aaf189103

Change-Id: I87d1c7b03bbf231fa059df53b667687ec68589ef
This commit is contained in:
Keith Mok
2016-08-05 18:41:07 +00:00
committed by android-build-merger

View File

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