| Index: third_party/WebKit/Source/platform/graphics/CompositorMutator.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutator.h b/third_party/WebKit/Source/platform/graphics/CompositorMutator.h
|
| index b1b90b6d192d11bfc946cadbb59abb4c4f4eb038..5f6807e0dd7b8f3e13962c45b0120da17e8b7c6d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutator.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutator.h
|
| @@ -18,7 +18,7 @@ class CompositorMutator : public GarbageCollectedFinalized<CompositorMutator> {
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
|
|
| // Called from compositor thread to run the animation frame callbacks from all
|
| - // connected CompositorWorkers.
|
| + // connected CompositorWorkers and AnimationWorklets.
|
| // Returns true if any animation callbacks requested an animation frame
|
| // (i.e. should be reinvoked next frame).
|
| virtual bool mutate(double monotonicTimeNow,
|
|
|