mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move compositor_data.rs to compositor_layer.rs.
The new name better reflects the majority of the code in the file.
This commit is contained in:
parent
c0fa32e7aa
commit
80a6f3a732
3 changed files with 3 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use compositor_data::{CompositorData, CompositorLayer, DoesntWantScrollEvents};
|
||||
use compositor_data::{ScrollPositionChanged, WantsScrollEvents};
|
||||
use compositor_layer::{CompositorData, CompositorLayer, DoesntWantScrollEvents};
|
||||
use compositor_layer::{ScrollPositionChanged, WantsScrollEvents};
|
||||
use compositor_task::{Msg, CompositorTask, Exit, ChangeReadyState, SetIds, LayerProperties};
|
||||
use compositor_task::{GetGraphicsMetadata, CreateOrUpdateRootLayer, CreateOrUpdateDescendantLayer};
|
||||
use compositor_task::{SetLayerOrigin, Paint, ScrollFragmentPoint, LoadComplete};
|
||||
|
|
|
@ -43,8 +43,7 @@ pub use constellation::Constellation;
|
|||
|
||||
pub mod compositor_task;
|
||||
|
||||
mod compositor_data;
|
||||
|
||||
mod compositor_layer;
|
||||
mod compositor;
|
||||
mod headless;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue