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

* commit 'fa781f8c2cdbd176d8ab8c9c82fcd6496e73e3be':
  Update GhostView properly when underlying view changes.
This commit is contained in:
George Mount
2014-11-12 23:14:55 +00:00
committed by Android Git Automerger

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