summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/LayerFE.cpp
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2024-11-09 22:18:08 +0000
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2024-11-09 22:18:08 +0000
commitdee4546b6056cefa0b7f7a027cc54d3efba6b407 (patch)
treec7fdbbbd392b04c8ff13c89e50e15577a7bd3741 /services/surfaceflinger/LayerFE.cpp
parentea330cacbc0f50547ed8b9bbfe93c052402e3917 (diff)
parente23f11cc12bc88c25c29cba6b8e44bf4938ab6a8 (diff)
Snap for 12632686 from e23f11cc12bc88c25c29cba6b8e44bf4938ab6a8 to 25Q1-release
Change-Id: I9b8a53d6b83c9f22420a95106a6126e1c7f1bc58
Diffstat (limited to 'services/surfaceflinger/LayerFE.cpp')
-rw-r--r--services/surfaceflinger/LayerFE.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/services/surfaceflinger/LayerFE.cpp b/services/surfaceflinger/LayerFE.cpp
index a346981ae6..231b40b0ac 100644
--- a/services/surfaceflinger/LayerFE.cpp
+++ b/services/surfaceflinger/LayerFE.cpp
@@ -27,7 +27,6 @@
#include "LayerFE.h"
#include "SurfaceFlinger.h"
#include "ui/FenceResult.h"
-#include "ui/LayerStack.h"
namespace android {
@@ -343,11 +342,6 @@ void LayerFE::prepareShadowClientComposition(LayerFE::LayerSettings& caster,
caster.shadow = state;
}
-void LayerFE::onLayerDisplayed(ftl::SharedFuture<FenceResult> futureFenceResult,
- ui::LayerStack layerStack) {
- mCompositionResult.releaseFences.emplace_back(std::move(futureFenceResult), layerStack);
-}
-
CompositionResult&& LayerFE::stealCompositionResult() {
return std::move(mCompositionResult);
}