aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/image_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net_traits/image_cache.rs')
-rw-r--r--components/net_traits/image_cache.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/net_traits/image_cache.rs b/components/net_traits/image_cache.rs
index 4b4aa1a1862..29b7cae972c 100644
--- a/components/net_traits/image_cache.rs
+++ b/components/net_traits/image_cache.rs
@@ -120,7 +120,4 @@ pub trait ImageCache: Sync + Send {
/// Inform the image cache about a response for a pending request.
fn notify_pending_response(&self, id: PendingImageId, action: FetchResponseMsg);
-
- /// Ensure an image has a webrender key.
- fn set_webrender_image_key(&self, image: &mut Image);
}