diff options
Diffstat (limited to 'components/net/image_cache.rs')
-rw-r--r-- | components/net/image_cache.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/image_cache.rs b/components/net/image_cache.rs index 684b57c2e20..6a25aad9818 100644 --- a/components/net/image_cache.rs +++ b/components/net/image_cache.rs @@ -29,7 +29,7 @@ use webrender_api::{ImageData, ImageDescriptor, ImageDescriptorFlags, ImageForma /// TODO(gw): Remaining work on image cache: /// * Make use of the prefetch support in various parts of the code. /// * Profile time in GetImageIfAvailable - might be worth caching these -/// results per paint / layout thread. +/// results per paint / layout. /// /// MAYBE(Yoric): /// * For faster lookups, it might be useful to store the LoadKey in the |