mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
more refactoring
This commit is contained in:
parent
bb2536cd01
commit
45224028db
115 changed files with 3387 additions and 354 deletions
|
@ -8,7 +8,7 @@ use dom::bindings::codegen::Bindings::WebGLProgramBinding;
|
|||
use dom::bindings::codegen::Bindings::WebGLRenderingContextBinding::WebGLRenderingContextConstants as constants;
|
||||
use dom::bindings::global::GlobalRef;
|
||||
use dom::bindings::js::{JS, MutNullableHeap, Root};
|
||||
use dom::bindings::utils::reflect_dom_object;
|
||||
use dom::bindings::reflector::reflect_dom_object;
|
||||
use dom::webglobject::WebGLObject;
|
||||
use dom::webglrenderingcontext::MAX_UNIFORM_AND_ATTRIBUTE_LEN;
|
||||
use dom::webglshader::WebGLShader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue