Fabric: Getting rid of leftovers in Scheduler
Summary: Trivial. Those are not used. Reviewed By: fkgozali Differential Revision: D13017883 fbshipit-source-id: cf285e537eb85c8fca6852f7c03a5ef661b85757
This commit is contained in:
parent
9eec2c33e6
commit
71208f05f4
|
@ -92,14 +92,9 @@ class Scheduler final : public UIManagerDelegate, public ShadowTreeDelegate {
|
||||||
mutable std::mutex mutex_;
|
mutable std::mutex mutex_;
|
||||||
mutable std::unordered_map<SurfaceId, std::unique_ptr<ShadowTree>>
|
mutable std::unordered_map<SurfaceId, std::unique_ptr<ShadowTree>>
|
||||||
shadowTreeRegistry_; // Protected by `mutex_`.
|
shadowTreeRegistry_; // Protected by `mutex_`.
|
||||||
SharedEventDispatcher eventDispatcher_;
|
|
||||||
SharedContextContainer contextContainer_;
|
SharedContextContainer contextContainer_;
|
||||||
RuntimeExecutor runtimeExecutor_;
|
RuntimeExecutor runtimeExecutor_;
|
||||||
std::shared_ptr<UIManagerBinding> uiManagerBinding_;
|
std::shared_ptr<UIManagerBinding> uiManagerBinding_;
|
||||||
|
|
||||||
void uiManagerDidFinishTransactionWithoutLock(
|
|
||||||
Tag rootTag,
|
|
||||||
const SharedShadowNodeUnsharedList &rootChildNodes);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace react
|
} // namespace react
|
||||||
|
|
Loading…
Reference in New Issue