diff options
| author | 2020-06-25 14:22:53 +0000 | |
|---|---|---|
| committer | 2020-06-25 14:22:53 +0000 | |
| commit | de435229e36390f044e14724fd5dda253703a8d6 (patch) | |
| tree | d59a86148c106333836af86ed235177dd903cc2f /services/surfaceflinger/SurfaceFlinger.cpp | |
| parent | 017bcd179d70208bb8a3fcbe115f8cfa5e64b794 (diff) | |
| parent | 6417d2e504e6d5ac86b753b3ab9d05a5c20fb838 (diff) | |
Merge "SurfaceFlinger: Force runHandleTransaction" into rvc-dev
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.cpp')
| -rw-r--r-- | services/surfaceflinger/SurfaceFlinger.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 2e019039f8..07690cbf32 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -2023,7 +2023,8 @@ bool SurfaceFlinger::handleMessageTransaction() { bool runHandleTransaction = (transactionFlags && (transactionFlags != eTransactionFlushNeeded)) || - flushedATransaction; + flushedATransaction || + mForceTraversal; if (runHandleTransaction) { handleTransaction(eTransactionMask); |