| Index: third_party/WebKit/Source/web/CompositorProxyClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/CompositorProxyClientImpl.h b/third_party/WebKit/Source/web/CompositorProxyClientImpl.h
|
| index c372ec203f12f9a46a24dc4577335904b4bf758a..a75508507bad787eb32c02c1d58e38b04ae95d46 100644
|
| --- a/third_party/WebKit/Source/web/CompositorProxyClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/CompositorProxyClientImpl.h
|
| @@ -16,9 +16,10 @@ class CompositorMutatorImpl;
|
| class CompositorWorkerGlobalScope;
|
| class WorkerGlobalScope;
|
|
|
| -// Mediates between one CompositorWorkerGlobalScope and the associated CompositorMutatorImpl.
|
| -// There is one CompositorProxyClientImpl per worker but there may be multiple for a given
|
| -// mutator, e.g. if a single document creates multiple CompositorWorker objects.
|
| +// Mediates between one CompositorWorkerGlobalScope and the associated
|
| +// CompositorMutatorImpl. There is one CompositorProxyClientImpl per worker
|
| +// but there may be multiple for a given mutator, e.g. if a single document
|
| +// creates multiple CompositorWorker objects.
|
| //
|
| // Should be accessed only on the compositor thread.
|
| class CompositorProxyClientImpl final
|
| @@ -32,7 +33,8 @@ class CompositorProxyClientImpl final
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| // Runs the animation frame callback for the frame starting at the given time.
|
| - // Returns true if another animation frame was requested (i.e. should be reinvoked next frame).
|
| + // Returns true if another animation frame was requested (i.e. should be
|
| + // reinvoked next frame).
|
| bool mutate(double monotonicTimeNow, CompositorMutableStateProvider*);
|
|
|
| // CompositorProxyClient:
|
|
|