Death to synchronous transactions (2/2)

Bug: 28068298
Change-Id: I7d2d7aba8c16aa5e0b9c288bc747ed62f9292381
This commit is contained in:
Jorim Jaggi
2016-04-08 14:36:40 -07:00
parent bdae9296be
commit dd05f0365a

View File

@@ -670,7 +670,6 @@ public class WindowAnimator {
if (SHOW_TRANSACTIONS) Slog.i(
TAG, ">>> OPEN TRANSACTION animateLocked");
SurfaceControl.openTransaction();
SurfaceControl.setAnimationTransaction();
try {
final int numDisplays = mDisplayContentsAnimators.size();
for (int i = 0; i < numDisplays; i++) {