Convert RemoveIFrame message to use pipeline id.

This commit is contained in:
Glenn Watson 2015-10-08 11:38:19 +10:00
parent 736730f2e7
commit 8d312b0f0c
3 changed files with 17 additions and 23 deletions

View file

@ -276,7 +276,7 @@ pub enum Msg {
/// Query the constellation to see if the current compositor output is stable
IsReadyToSaveImage(HashMap<PipelineId, Epoch>),
/// Notification that this iframe should be removed.
RemoveIFrame(PipelineId, SubpageId),
RemoveIFrame(PipelineId),
/// Favicon detected
NewFavicon(Url),
/// <head> tag finished parsing