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..14a6589fa1c915707355de568c1a55b2de4df396 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 main thread or control thread. |
flackr
2017/04/04 02:17:07
Unless I'm missing something, this should only be
keishi
2017/04/04 05:18:32
I'm unclear about when the compositor thread will
keishi
2017/04/04 05:54:43
Done.
|
// Should be accessed only on the compositor thread. |
class CompositorMutatorImpl final : public CompositorMutator { |
WTF_MAKE_NONCOPYABLE(CompositorMutatorImpl); |