Merge "Update GhostView properly when underlying view changes." into lmp-mr1-dev

This commit is contained in:
George Mount
2014-11-12 23:10:33 +00:00
committed by Android (Google) Code Review

View File

@ -11842,7 +11842,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
void invalidateInternal(int l, int t, int r, int b, boolean invalidateCache,
boolean fullInvalidate) {
if (mGhostView != null) {
mGhostView.invalidate(invalidateCache);
mGhostView.invalidate(true);
return;
}