Add flag to send live updates to devtools.

This commit is contained in:
Sagar Muchhal 2015-02-05 19:19:38 +00:00 committed by Josh Matthews
parent 0beb070d48
commit 5345edf51e
5 changed files with 17 additions and 1 deletions

View file

@ -94,6 +94,7 @@ pub enum DevtoolScriptControlMsg {
GetChildren(PipelineId, String, Sender<Vec<NodeInfo>>),
GetLayout(PipelineId, String, Sender<(f32, f32)>),
ModifyAttribute(PipelineId, String, Vec<Modification>),
WantsLiveNotifications(PipelineId, bool),
}
/// Messages to instruct devtools server to update its state relating to a particular