Skip to content
Snippets Groups Projects
Commit d25f7518 authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Android (Google) Code Review
Browse files

Merge "Remove SSG timeout when SSG is complete" into main

parents 7de813b2 ccbcf335
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,7 @@ public final class SurfaceSyncGroup {
Trace.instantForTrack(Trace.TRACE_TAG_VIEW, mTrackName, "markSyncReady");
}
synchronized (mLock) {
toggleTimeout(false);
if (mHasWMSync) {
try {
WindowManagerGlobal.getWindowManagerService().markSurfaceSyncGroupReady(mToken);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment