diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-11-14 18:06:35 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-03-07 09:27:36 -0500 |
commit | 3121f42d52feeb17f911e29d8ef5dd31f9f2769c (patch) | |
tree | fc98b3d78fdd86d0894cfe5b2268c17faaa3a14c /components/script/dom/bindings/trace.rs | |
parent | 0f3108ce79a1eaefe99559a1910fcbc52effa93e (diff) | |
download | servo-3121f42d52feeb17f911e29d8ef5dd31f9f2769c.tar.gz servo-3121f42d52feeb17f911e29d8ef5dd31f9f2769c.zip |
Remove offscreen_gl_context dependency from canvas_traits and script.
Diffstat (limited to 'components/script/dom/bindings/trace.rs')
-rw-r--r-- | components/script/dom/bindings/trace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index 115ea0d4b28..8216d8c6a71 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -45,6 +45,7 @@ use canvas_traits::canvas::{ CanvasGradientStop, CanvasId, LinearGradientStyle, RadialGradientStyle, }; use canvas_traits::canvas::{CompositionOrBlending, LineCapStyle, LineJoinStyle, RepetitionStyle}; +use canvas_traits::webgl::GLLimits; use canvas_traits::webgl::{ActiveAttribInfo, ActiveUniformInfo, TexDataType, TexFormat}; use canvas_traits::webgl::{WebGLBufferId, WebGLChan, WebGLContextShareMode, WebGLError}; use canvas_traits::webgl::{WebGLFramebufferId, WebGLMsgSender, WebGLPipeline, WebGLProgramId}; @@ -82,7 +83,6 @@ use net_traits::response::HttpsState; use net_traits::response::{Response, ResponseBody}; use net_traits::storage_thread::StorageType; use net_traits::{Metadata, NetworkError, ReferrerPolicy, ResourceFetchTiming, ResourceThreads}; -use offscreen_gl_context::GLLimits; use profile_traits::mem::ProfilerChan as MemProfilerChan; use profile_traits::time::ProfilerChan as TimeProfilerChan; use script_layout_interface::rpc::LayoutRPC; |