diff options
Diffstat (limited to 'components/compositing/webview.rs')
-rw-r--r-- | components/compositing/webview.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/compositing/webview.rs b/components/compositing/webview.rs index 8a58a2e20c4..fba469539d5 100644 --- a/components/compositing/webview.rs +++ b/components/compositing/webview.rs @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -use std::collections::hash_map::Entry; use std::collections::HashMap; +use std::collections::hash_map::Entry; use base::id::{PipelineId, WebViewId}; use webrender_api::units::DeviceRect; |