[Impeller] Restore GLES GPU query times. (flutter/engine#47511)
This got dropped during merging in the MSAA patches.
This commit is contained in:
@@ -503,6 +503,12 @@ struct RenderPassData {
|
||||
);
|
||||
}
|
||||
|
||||
#ifdef IMPELLER_DEBUG
|
||||
if (is_default_fbo) {
|
||||
tracer->MarkFrameEnd(gl);
|
||||
}
|
||||
#endif // IMPELLER_DEBUG
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user