[Impeller] Restore GLES GPU query times. (flutter/engine#47511)

This got dropped during merging in the MSAA patches.
This commit is contained in:
Jonah Williams
2023-10-31 09:57:23 -07:00
committed by GitHub
parent 285a6acf76
commit 97bd1526f3

View File

@@ -503,6 +503,12 @@ struct RenderPassData {
);
}
#ifdef IMPELLER_DEBUG
if (is_default_fbo) {
tracer->MarkFrameEnd(gl);
}
#endif // IMPELLER_DEBUG
return true;
}