diff options
Diffstat (limited to 'services/surfaceflinger/TransactionCallbackInvoker.h')
-rw-r--r-- | services/surfaceflinger/TransactionCallbackInvoker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/surfaceflinger/TransactionCallbackInvoker.h b/services/surfaceflinger/TransactionCallbackInvoker.h index a68cd87313..b96444dcfb 100644 --- a/services/surfaceflinger/TransactionCallbackInvoker.h +++ b/services/surfaceflinger/TransactionCallbackInvoker.h @@ -28,8 +28,8 @@ #include <android-base/thread_annotations.h> #include <binder/IBinder.h> +#include <compositionengine/FenceResult.h> #include <gui/ITransactionCompletedListener.h> -#include <renderengine/RenderEngine.h> #include <ui/Fence.h> namespace android { @@ -46,7 +46,7 @@ public: bool releasePreviousBuffer = false; std::string name; sp<Fence> previousReleaseFence; - std::vector<std::shared_future<renderengine::RenderEngineResult>> previousReleaseFences; + std::vector<std::shared_future<FenceResult>> previousReleaseFences; std::variant<nsecs_t, sp<Fence>> acquireTimeOrFence = -1; nsecs_t latchTime = -1; uint32_t transformHint = 0; |