mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 930476 - Show paint markers for async frames. r=ehsan
This commit is contained in:
parent
c848a3f8c1
commit
57a59ee820
@ -501,6 +501,7 @@ CompositorParent::ScheduleComposition()
|
|||||||
void
|
void
|
||||||
CompositorParent::Composite()
|
CompositorParent::Composite()
|
||||||
{
|
{
|
||||||
|
profiler_tracing("Paint", "Composite", TRACING_INTERVAL_START);
|
||||||
PROFILER_LABEL("CompositorParent", "Composite");
|
PROFILER_LABEL("CompositorParent", "Composite");
|
||||||
NS_ABORT_IF_FALSE(CompositorThreadID() == PlatformThread::CurrentId(),
|
NS_ABORT_IF_FALSE(CompositorThreadID() == PlatformThread::CurrentId(),
|
||||||
"Composite can only be called on the compositor thread");
|
"Composite can only be called on the compositor thread");
|
||||||
|
Loading…
Reference in New Issue
Block a user