diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-08-16 23:23:18 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-08-16 23:23:18 +0200 |
commit | 676f2c8acf6fec8ad77d4daa51bef5bdcae101c5 (patch) | |
tree | d212209744e3b10a315dc79da754a70d7543e428 /components/script/dom/canvaspattern.rs | |
parent | 4d10d39e8fe841c5fe2ac58da2daaa13c10c140e (diff) | |
download | servo-676f2c8acf6fec8ad77d4daa51bef5bdcae101c5.tar.gz servo-676f2c8acf6fec8ad77d4daa51bef5bdcae101c5.zip |
Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"
This reverts commit 4d10d39e8fe841c5fe2ac58da2daaa13c10c140e, reversing
changes made to ee94e2b7c0bd327abe8f9545b2a1f792f67a2bdd.
Diffstat (limited to 'components/script/dom/canvaspattern.rs')
-rw-r--r-- | components/script/dom/canvaspattern.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/canvaspattern.rs b/components/script/dom/canvaspattern.rs index 5d9dd5cb767..46bcbedcef0 100644 --- a/components/script/dom/canvaspattern.rs +++ b/components/script/dom/canvaspattern.rs @@ -2,7 +2,7 @@ * 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 canvas_traits::{FillOrStrokeStyle, RepetitionStyle, SurfaceStyle}; +use canvas_traits::canvas::{FillOrStrokeStyle, RepetitionStyle, SurfaceStyle}; use dom::bindings::codegen::Bindings::CanvasPatternBinding; use dom::bindings::js::Root; use dom::bindings::reflector::{Reflector, reflect_dom_object}; |