Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 390af803 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SurfaceFlinger: enable LayerHistoryV2"

parents b1f1a5d4 b94d84a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ std::unique_ptr<Scheduler> DefaultFactory::createScheduler(
        ISchedulerCallback& schedulerCallback) {
    return std::make_unique<Scheduler>(std::move(setVSyncEnabled), configs, schedulerCallback,
                                       property_get_bool("debug.sf.use_content_detection_v2",
                                                         false));
                                                         true));
}

std::unique_ptr<SurfaceInterceptor> DefaultFactory::createSurfaceInterceptor(