summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/LayerFE.cpp
diff options
context:
space:
mode:
author Vishnu Nair <vishnun@google.com> 2024-11-09 02:37:53 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-11-09 02:37:53 +0000
commite23f11cc12bc88c25c29cba6b8e44bf4938ab6a8 (patch)
treec7fdbbbd392b04c8ff13c89e50e15577a7bd3741 /services/surfaceflinger/LayerFE.cpp
parent28c8e155fd3f8dc9c133f435b89af4288b4435f7 (diff)
parent330571240ff3d44fdbecbe513309d73ba82404e6 (diff)
Merge "Remove dead code from LayerFE" into main
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);
}