Revert "Revert "frame-resize refactor""

This reverts commit 6ead3952a3.
This commit is contained in:
Emilio Cobos Álvarez 2017-01-24 22:20:39 +01:00
parent 185759f87a
commit 4639940dfe
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 54 additions and 44 deletions

View file

@ -696,8 +696,6 @@ pub enum WebDriverCommandMsg {
pub enum ConstellationMsg {
/// Exit the constellation.
Exit,
/// Inform the constellation of the size of the viewport.
FrameSize(PipelineId, Size2D<f32>),
/// Request that the constellation send the FrameId corresponding to the document
/// with the provided pipeline id
GetFrame(PipelineId, IpcSender<Option<FrameId>>),