Chromium Code Reviews| Index: cc/layers/layer_impl.cc |
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc |
| index e6e60f5f3ef7cc1e474c2b5c4a2aef192906b3b7..87cb2f8a8cfe4270a85f8abd9465b0c539a9a6fe 100644 |
| --- a/cc/layers/layer_impl.cc |
| +++ b/cc/layers/layer_impl.cc |
| @@ -771,7 +771,7 @@ bool LayerImpl::IsActive() const { |
| // TODO(wjmaclean) Convert so that bounds returns SizeF. |
|
danakj
2014/08/20 17:00:25
OT: A SizeF is going to be terrible for layers tha
aelias_OOO_until_Jul13
2014/08/20 18:20:47
The more serious issue is that layer bounds lack p
|
| gfx::Size LayerImpl::bounds() const { |
| - return ToFlooredSize(temporary_impl_bounds_); |
| + return ToCeiledSize(temporary_impl_bounds_); |
| } |
| void LayerImpl::SetBounds(const gfx::Size& bounds) { |