diff options
| author | 2022-05-18 22:29:14 +0000 | |
|---|---|---|
| committer | 2022-05-18 22:29:14 +0000 | |
| commit | 07f2340cb5d80a6fc7170c0168f26dc8dd748adc (patch) | |
| tree | 7ad6ac86c74094248a60dbd4e10b002a6f9c3b15 /services/surfaceflinger/BufferStateLayer.cpp | |
| parent | c556e4694ae1d2d9d44110f10f95bf1215d8a046 (diff) | |
| parent | 56ceadd8672e07677fd82d853fc282c4c8dee47f (diff) | |
Merge "FTL: Yield futures without overhead" into tm-dev am: 56ceadd867
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/18283743
Change-Id: I735cc7df622a694628926c228395d29c10e45ad6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'services/surfaceflinger/BufferStateLayer.cpp')
| -rw-r--r-- | services/surfaceflinger/BufferStateLayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/BufferStateLayer.cpp b/services/surfaceflinger/BufferStateLayer.cpp index e58b65ec06..1a5b925b13 100644 --- a/services/surfaceflinger/BufferStateLayer.cpp +++ b/services/surfaceflinger/BufferStateLayer.cpp @@ -73,7 +73,7 @@ BufferStateLayer::~BufferStateLayer() { // ----------------------------------------------------------------------- // Interface implementation for Layer // ----------------------------------------------------------------------- -void BufferStateLayer::onLayerDisplayed(std::shared_future<FenceResult> futureFenceResult) { +void BufferStateLayer::onLayerDisplayed(ftl::SharedFuture<FenceResult> futureFenceResult) { // If we are displayed on multiple displays in a single composition cycle then we would // need to do careful tracking to enable the use of the mLastClientCompositionFence. // For example we can only use it if all the displays are client comp, and we need |