Attention needed from Tzarial
Stacy Gaikovaia has uploaded the change for review![Open in Gerrit]()
Stacy Gaikovaia would like Tzarial to review this change.
Commit message
[cleanup] Scheduler should no longer reference retro frames
Retro frames no longer exist, update old comment.
R=zo...@chromium.org
Bug: 498204524
Change-Id: I6dc73f03edccdffff7c7646327af5e78edcf092a
Change diff
diff --git a/cc/scheduler/scheduler.cc b/cc/scheduler/scheduler.cc
index 005deca..d4a012a6 100644
--- a/cc/scheduler/scheduler.cc
+++ b/cc/scheduler/scheduler.cc
@@ -383,8 +383,8 @@
// BeginFrame is the mechanism that tells us that now is a good time to start
// making a frame. Usually this means that user input for the frame is complete.
-// If the scheduler is busy, we queue the BeginFrame to be handled later as
-// a BeginRetroFrame.
+// If the scheduler is busy, we queue the BeginFrame to be handled later as a
+// pending BeginMainFrame.
bool Scheduler::OnBeginFrameDerivedImpl(const viz::BeginFrameArgs& args) {
TRACE_EVENT1("cc,benchmark", "Scheduler::BeginFrame", "args", args.AsValue());
Change information
Files:
- M cc/scheduler/scheduler.cc
Change size: XS
Delta: 1 file changed, 2 insertions(+), 2 deletions(-)
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: newchange
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I6dc73f03edccdffff7c7646327af5e78edcf092a
Gerrit-Change-Number: 7827501
Gerrit-PatchSet: 1