mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
placeholders for FrameRectMsg from Layout to Constellation
This commit is contained in:
parent
5a1a56507b
commit
e64609eb25
2 changed files with 6 additions and 0 deletions
|
@ -359,6 +359,11 @@ impl Constellation {
|
|||
self.pipelines.insert(pipeline.id, pipeline);
|
||||
}
|
||||
|
||||
/*
|
||||
FrameRectMsg(pipeline_id, subpage_id, rect, rect_type) => {
|
||||
}
|
||||
|
||||
*/
|
||||
LoadIframeUrlMsg(url, source_pipeline_id, subpage_id, size_future) => {
|
||||
// A message from the script associated with pipeline_id that it has
|
||||
// parsed an iframe during html parsing. This iframe will result in a
|
||||
|
|
|
@ -29,6 +29,7 @@ impl ConstellationChan {
|
|||
pub enum Msg {
|
||||
ExitMsg(Chan<()>),
|
||||
InitLoadUrlMsg(Url),
|
||||
//FrameRectMsg(PipelineId, SubpageId, Rect<?>),
|
||||
LoadUrlMsg(PipelineId, Url, Future<Size2D<uint>>),
|
||||
LoadIframeUrlMsg(Url, PipelineId, SubpageId, Future<Size2D<uint>>),
|
||||
NavigateMsg(NavigationDirection),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue