Skip to content

Commit

Permalink
Auto merge of servo#2796 - staktrace:dump_request, r=kvark
Browse files Browse the repository at this point in the history
Don't try to resolve blobs that weren't requested

r? @kvark

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2796)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo authored Jun 1, 2018
2 parents dd0ee31 + c9a3c7a commit 8e697f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webrender/src/resource_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ impl ResourceCache {
if let Some(dirty) = dirty_rect {
if intersect_for_tile(dirty, actual_size, tile_size, tile_offset).is_none() {
// don't bother requesting unchanged tiles
self.pending_image_requests.remove(&request);
return
}
}
Expand Down

0 comments on commit 8e697f8

Please sign in to comment.