diff options
author | 2024-11-09 02:37:53 +0000 | |
---|---|---|
committer | 2024-11-09 02:37:53 +0000 | |
commit | e23f11cc12bc88c25c29cba6b8e44bf4938ab6a8 (patch) | |
tree | c7fdbbbd392b04c8ff13c89e50e15577a7bd3741 /services/surfaceflinger/LayerFE.cpp | |
parent | 28c8e155fd3f8dc9c133f435b89af4288b4435f7 (diff) | |
parent | 330571240ff3d44fdbecbe513309d73ba82404e6 (diff) |
Merge "Remove dead code from LayerFE" into main
Diffstat (limited to 'services/surfaceflinger/LayerFE.cpp')
-rw-r--r-- | services/surfaceflinger/LayerFE.cpp | 6 |
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); } |