am 180fd278: Merge "Don\'t call updateDisplayListIfDirty outside draw." into mnc-dev

* commit '180fd27832b429aaca0a35e8b93c88195b6451be':
  Don't call updateDisplayListIfDirty outside draw.
This commit is contained in:
George Mount
2015-05-08 20:38:54 +00:00
committed by Android Git Automerger

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();
}
}
}