diff options
| author | 2019-03-19 23:03:54 +0000 | |
|---|---|---|
| committer | 2019-03-19 23:03:54 +0000 | |
| commit | 8760599e7bc474f5a4e57352f0395033d1d1addc (patch) | |
| tree | 96fa196173e6ae665e0a55153f3df5afc069053e /services/surfaceflinger/SurfaceFlinger.cpp | |
| parent | aea5077c0e66206bde93d0eb1898ac3d7baf6912 (diff) | |
| parent | 46e2f3e001a5ccb880f3610d4ba112a2f88acc6b (diff) | |
Merge "SurfaceFlinger: cleanup some TODOs for Scheduler"
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.cpp')
| -rw-r--r-- | services/surfaceflinger/SurfaceFlinger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 08a728a2c3..4c4a29b544 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -1245,7 +1245,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"); |