OSDN Git Service

Reset mFreezePositionUpdates earlier.
authorRobert Carr <racarr@google.com>
Tue, 21 Jun 2016 04:49:49 +0000 (21:49 -0700)
committerRobert Carr <racarr@google.com>
Tue, 21 Jun 2016 23:55:59 +0000 (16:55 -0700)
commita392073ff99c39b52bee88578c37d6a12235faf5
tree48d7d5fc42ee3e0e5de56773cc88dbbab84388c0
parent367c5684f4d417e5176bec12d67f4e2e42738fe0
Reset mFreezePositionUpdates earlier.

We are resetting mFreezePositionUpdates
too late, in the case that the state changes during
latch buffer, we will return to recompute the visible regions
before updating mActiveBuffer.

Bug: 28823590
Change-Id: I17afc32d55d092ea0814b560846b922dd9e24c43
services/surfaceflinger/Layer.cpp