Merge "Don't call updateDisplayListIfDirty outside draw." into mnc-dev

This commit is contained in:
George Mount
2015-05-08 20:30:07 +00:00
committed by Android (Google) Code Review

View File

@@ -82,8 +82,7 @@ public class GhostView extends View {
mView.mGhostView = null;
final ViewGroup parent = (ViewGroup) mView.getParent();
if (parent != null) {
parent.mRecreateDisplayList = true;
parent.updateDisplayListIfDirty();
parent.invalidate();
}
}
}