diff options
| author | 2022-09-29 16:05:18 -0700 | |
|---|---|---|
| committer | 2022-09-30 11:34:11 -0700 | |
| commit | 1523dad8dc7c2cd9a110e0839ada541f49920a75 (patch) | |
| tree | 8a8ed10c9ff09f88636d9e7a480911cd44fbd459 /libs | |
| parent | 9402bb06deb0399086908c801010291a36d541ca (diff) | |
SurfaceFlinger: Remove eSynchronous flag
Sync transactions are now implemented with the commit
callback so this flag is no longer being set.
Test: presubmit
Bug: 238781169
Change-Id: Ibbfa7202dd2abb38c6a0e2df0dca0b286a798f3b
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/gui/include/gui/ISurfaceComposer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gui/include/gui/ISurfaceComposer.h b/libs/gui/include/gui/ISurfaceComposer.h index 1e85131386..d46c2e7e24 100644 --- a/libs/gui/include/gui/ISurfaceComposer.h +++ b/libs/gui/include/gui/ISurfaceComposer.h @@ -95,7 +95,6 @@ public: // flags for setTransactionState() enum { - eSynchronous = 0x01, eAnimation = 0x02, // Explicit indication that this transaction and others to follow will likely result in a |