From 46e2f3e001a5ccb880f3610d4ba112a2f88acc6b Mon Sep 17 00:00:00 2001 From: Ady Abraham Date: Mon, 18 Mar 2019 16:40:15 -0700 Subject: SurfaceFlinger: cleanup some TODOs for Scheduler Cleanup some of the done TODOs and update the bug number for the outstanding ones. Test: compilation (no functional changes) Change-Id: I7e7601542a33d46fdcaf5bea2811d167ac369a2b --- services/surfaceflinger/SurfaceFlinger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/surfaceflinger/SurfaceFlinger.cpp') diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index c37028ece1..c053862184 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -1222,7 +1222,7 @@ status_t SurfaceFlinger::enableVSyncInjections(bool enable) { auto resyncCallback = mScheduler->makeResyncCallback(std::bind(&SurfaceFlinger::getVsyncPeriod, this)); - // TODO(akrulec): Part of the Injector should be refactored, so that it + // TODO(b/128863962): Part of the Injector should be refactored, so that it // can be passed to Scheduler. if (enable) { ALOGV("VSync Injections enabled"); -- cgit v1.2.3-59-g8ed1b