Index: cc/trees/remote_channel_impl.cc |
diff --git a/cc/trees/remote_channel_impl.cc b/cc/trees/remote_channel_impl.cc |
index e5e976284f8a922c958acab53c161f4133b5f74e..48523ed32dda4a6cf6364904d3ff1dc5bbdb3d05 100644 |
--- a/cc/trees/remote_channel_impl.cc |
+++ b/cc/trees/remote_channel_impl.cc |
@@ -296,6 +296,10 @@ void RemoteChannelImpl::Stop() { |
main().remote_channel_weak_factory.InvalidateWeakPtrs(); |
} |
+void RemoteChannelImpl::SetMutator(std::unique_ptr<LayerTreeMutator> mutator) { |
+ // TODO(vollick): add support for compositor worker. |
+} |
+ |
bool RemoteChannelImpl::SupportsImplScrolling() const { |
return true; |
} |