Loading services/surfaceflinger/Layer.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1455,7 +1455,6 @@ bool Layer::setFrameRate(FrameRate frameRate) { } } void Layer::setFrameTimelineVsyncForTransaction(int64_t frameTimelineVsyncId, nsecs_t postTime) { void Layer::setFrameTimelineVsyncForTransaction(int64_t frameTimelineVsyncId, nsecs_t postTime) { mCurrentState.sequence++; mCurrentState.frameTimelineVsyncId = frameTimelineVsyncId; mCurrentState.frameTimelineVsyncId = frameTimelineVsyncId; mCurrentState.postTime = postTime; mCurrentState.postTime = postTime; mCurrentState.modified = true; mCurrentState.modified = true; Loading Loading
services/surfaceflinger/Layer.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1455,7 +1455,6 @@ bool Layer::setFrameRate(FrameRate frameRate) { } } void Layer::setFrameTimelineVsyncForTransaction(int64_t frameTimelineVsyncId, nsecs_t postTime) { void Layer::setFrameTimelineVsyncForTransaction(int64_t frameTimelineVsyncId, nsecs_t postTime) { mCurrentState.sequence++; mCurrentState.frameTimelineVsyncId = frameTimelineVsyncId; mCurrentState.frameTimelineVsyncId = frameTimelineVsyncId; mCurrentState.postTime = postTime; mCurrentState.postTime = postTime; mCurrentState.modified = true; mCurrentState.modified = true; Loading