diff options
| author | 2018-08-27 23:50:00 +0000 | |
|---|---|---|
| committer | 2018-08-27 23:50:00 +0000 | |
| commit | 6407571b2233f69c7bb5abe41cc6fe7de2cd8e8a (patch) | |
| tree | 299cd2a124c02879b138f7d3f68f90fb58373316 /libs/gui/SurfaceComposerClient.cpp | |
| parent | abbbf46a8ade581da49763a543ea965733b723ee (diff) | |
| parent | d01c4437b143b5f7ee5f35344da44806d76440f9 (diff) | |
Merge "SF: Set the buffer size immediately when applying a transaction"
Diffstat (limited to 'libs/gui/SurfaceComposerClient.cpp')
| -rw-r--r-- | libs/gui/SurfaceComposerClient.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/gui/SurfaceComposerClient.cpp b/libs/gui/SurfaceComposerClient.cpp index 6518596caf..b8465e37a6 100644 --- a/libs/gui/SurfaceComposerClient.cpp +++ b/libs/gui/SurfaceComposerClient.cpp @@ -240,9 +240,6 @@ SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setSize( s->w = w; s->h = h; - // Resizing a surface makes the transaction synchronous. - mForceSynchronous = true; - return *this; } |