mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Remove unused Flow::remove_compositor_layers.
The caller was removed in c72d0c2ed0
.
This commit is contained in:
parent
32bb4044fd
commit
11e760d582
1 changed files with 0 additions and 4 deletions
|
@ -38,7 +38,6 @@ use incremental::{self, RECONSTRUCT_FLOW, REFLOW, REFLOW_OUT_OF_FLOW, RestyleDam
|
||||||
use inline::InlineFlow;
|
use inline::InlineFlow;
|
||||||
use model::{CollapsibleMargins, IntrinsicISizes, MarginCollapseInfo};
|
use model::{CollapsibleMargins, IntrinsicISizes, MarginCollapseInfo};
|
||||||
use msg::compositor_msg::{LayerId, LayerType};
|
use msg::compositor_msg::{LayerId, LayerType};
|
||||||
use msg::constellation_msg::ConstellationChan;
|
|
||||||
use multicol::MulticolFlow;
|
use multicol::MulticolFlow;
|
||||||
use parallel::FlowParallelInfo;
|
use parallel::FlowParallelInfo;
|
||||||
use rustc_serialize::{Encodable, Encoder};
|
use rustc_serialize::{Encodable, Encoder};
|
||||||
|
@ -363,9 +362,6 @@ pub trait Flow: fmt::Debug + Sync + Send + 'static {
|
||||||
/// Attempts to perform incremental fixup of this flow by replacing its fragment's style with
|
/// Attempts to perform incremental fixup of this flow by replacing its fragment's style with
|
||||||
/// the new style. This can only succeed if the flow has exactly one fragment.
|
/// the new style. This can only succeed if the flow has exactly one fragment.
|
||||||
fn repair_style(&mut self, new_style: &Arc<ComputedValues>);
|
fn repair_style(&mut self, new_style: &Arc<ComputedValues>);
|
||||||
|
|
||||||
/// Remove any compositor layers associated with this flow
|
|
||||||
fn remove_compositor_layers(&self, _: ConstellationChan) {}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Base access
|
// Base access
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue