Chromium Code Reviews| Index: cc/resources/picture_pile_impl.cc |
| diff --git a/cc/resources/picture_pile_impl.cc b/cc/resources/picture_pile_impl.cc |
| index 8f2ef54e3f55738f12575ecc21c23e4f24309ab6..91248dc67b2a098908991d39e40c03cf4049484d 100644 |
| --- a/cc/resources/picture_pile_impl.cc |
| +++ b/cc/resources/picture_pile_impl.cc |
| @@ -246,7 +246,7 @@ void PicturePileImpl::AnalyzeInRect(gfx::Rect content_rect, |
| DCHECK(analysis); |
| TRACE_EVENT0("cc", "PicturePileImpl::AnalyzeInRect"); |
| - content_rect.Intersect(gfx::Rect(gfx::ToCeiledSize( |
| + content_rect.Intersect(gfx::Rect(gfx::ToFlooredSize( |
|
reveman
2013/05/13 15:48:45
Can we really round down here? I think we can avoi
|
| gfx::ScaleSize(tiling_.total_size(), contents_scale)))); |
| SkBitmap empty_bitmap; |