mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move CompositionPipeline out of the pipeline module.
This commit is contained in:
parent
1a34137ac4
commit
383cdd450f
3 changed files with 15 additions and 11 deletions
|
@ -3,6 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use AnimationTickType;
|
||||
use CompositionPipeline;
|
||||
use CompositorMsg as ConstellationMsg;
|
||||
use SendableFrameTree;
|
||||
use app_units::Au;
|
||||
|
@ -33,7 +34,6 @@ use msg::constellation_msg::{Image, PixelFormat};
|
|||
use msg::constellation_msg::{Key, KeyModifiers, KeyState, LoadData};
|
||||
use msg::constellation_msg::{NavigationDirection, PipelineId, PipelineIndex, PipelineNamespaceId};
|
||||
use msg::constellation_msg::{WindowSizeData, WindowSizeType};
|
||||
use pipeline::CompositionPipeline;
|
||||
use profile_traits::mem::{self, ReportKind, Reporter, ReporterRequest};
|
||||
use profile_traits::time::{self, ProfilerCategory, profile};
|
||||
use script_traits::CompositorEvent::{MouseMoveEvent, MouseButtonEvent, TouchEvent};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue