Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / cc / layers / layer_impl.cc
index e6e60f5..87cb2f8 100644 (file)
@@ -771,7 +771,7 @@ bool LayerImpl::IsActive() const {
 
 // TODO(wjmaclean) Convert so that bounds returns SizeF.
 gfx::Size LayerImpl::bounds() const {
-  return ToFlooredSize(temporary_impl_bounds_);
+  return ToCeiledSize(temporary_impl_bounds_);
 }
 
 void LayerImpl::SetBounds(const gfx::Size& bounds) {