| Index: third_party/WebKit/Source/web/CompositorMutatorImpl.h
|
| diff --git a/third_party/WebKit/Source/web/CompositorMutatorImpl.h b/third_party/WebKit/Source/web/CompositorMutatorImpl.h
|
| index af3906ece85d10aa7550cf782ca2fa5efeb64ace..e2b274c24cec13e76ce513ba58a94460fa31c979 100644
|
| --- a/third_party/WebKit/Source/web/CompositorMutatorImpl.h
|
| +++ b/third_party/WebKit/Source/web/CompositorMutatorImpl.h
|
| @@ -19,10 +19,10 @@ class CompositorProxyClientImpl;
|
| class CompositorWorkerGlobalScope;
|
| class CompositorMutatorClient;
|
|
|
| -// Fans out requests from the compositor to all of the registered ProxyClients which
|
| -// can then mutate layers through their CompositorProxy interfaces. Requests for
|
| -// animation frames are received from ProxyClients and sent to the compositor to
|
| -// generate a new compositor frame.
|
| +// Fans out requests from the compositor to all of the registered ProxyClients
|
| +// which can then mutate layers through their CompositorProxy interfaces.
|
| +// Requests for animation frames are received from ProxyClients and sent to the
|
| +// compositor to generate a new compositor frame.
|
| //
|
| // Should be accessed only on the compositor thread.
|
| class CompositorMutatorImpl final : public CompositorMutator {
|
|
|