This reverts commit 4d10d39e8fe841c5fe2ac58da2daaa13c10c140e, reversing changes made to ee94e2b7c0bd327abe8f9545b2a1f792f67a2bdd. Source-Repo: https://github.com/servo/servo Source-Revision: fbabcaf614662a52eace21a64f27802c7eff4304
7 lines
260 B
Rust
7 lines
260 B
Rust
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* 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/. */
|
|
|
|
mod inprocess;
|
|
pub use self::inprocess::WebGLThreads;
|