| 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 f8d13118a455df0b62bd72fc5d10d4d91329d6f2..2a99df697fd2100c69e8a8b36a45348a1d67c224 100644
|
| --- a/third_party/WebKit/Source/web/CompositorMutatorImpl.h
|
| +++ b/third_party/WebKit/Source/web/CompositorMutatorImpl.h
|
| @@ -23,6 +23,7 @@ class CompositorMutatorClient;
|
| // CompositorAnimators and sent to the compositor to generate a new compositor
|
| // frame.
|
| //
|
| +// Owned by the control thread (unless threaded compositing is disabled).
|
| // Should be accessed only on the compositor thread.
|
| class CompositorMutatorImpl final : public CompositorMutator {
|
| WTF_MAKE_NONCOPYABLE(CompositorMutatorImpl);
|
|
|