Index: cc/resources/prioritized_resource.cc |
diff --git a/cc/resources/prioritized_resource.cc b/cc/resources/prioritized_resource.cc |
index 1fe66b5ecf4588765d2d5296e3a3bd12e17e7e41..6f4215a2c6e48a0cb87bd100da4da7bde030f83e 100644 |
--- a/cc/resources/prioritized_resource.cc |
+++ b/cc/resources/prioritized_resource.cc |
@@ -88,8 +88,6 @@ void PrioritizedResource::SetPixels(ResourceProvider* resource_provider, |
if (is_above_priority_cutoff_) |
AcquireBackingTexture(resource_provider); |
DCHECK(backing_); |
- resource_provider->SetPixels( |
vmpstr
2015/06/19 18:33:46
This doesn't need CopyToResource?
danakj
2015/06/19 18:34:40
Dead code, didn't bother. Unittests pass.
|
- resource_id(), image, image_rect, source_rect, dest_offset); |
// The component order may be bgra if we uploaded bgra pixels to rgba |
// texture. Mark contents as swizzled if image component order is |