You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/canvas/webgl_paint_thread.rs
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,14 @@
2
2
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
4
5
-
use canvas_traits::{CanvasCommonMsg,CanvasMsg,CanvasPixelData,CanvasData,CanvasWebGLMsg};
6
-
use canvas_traits::{FromLayoutMsg,FromPaintMsg};
5
+
use canvas_traits::{CanvasCommonMsg,CanvasMsg,CanvasPixelData,CanvasData,CanvasWebGLMsg,FromLayoutMsg};
7
6
use euclid::size::Size2D;
8
7
use gleam::gl;
9
8
use ipc_channel::ipc::{self,IpcSender,IpcSharedMemory};
10
9
use ipc_channel::router::ROUTER;
11
-
use layers::platform::surface::NativeSurface;
12
10
use offscreen_gl_context::{ColorAttachmentType,GLContext,GLContextAttributes,NativeGLContext};
0 commit comments