| Index: cc/trees/layer_tree_host_unittest_copyrequest.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_copyrequest.cc b/cc/trees/layer_tree_host_unittest_copyrequest.cc
|
| index e29cb21333e45731d6c0b3b646278c8376618968..2688b900c7d58e1a5e9ae52a09ae79903a8b4573 100644
|
| --- a/cc/trees/layer_tree_host_unittest_copyrequest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_copyrequest.cc
|
| @@ -425,7 +425,7 @@ class LayerTreeHostCopyRequestTestClippedOut
|
| root_->AddChild(parent_layer_);
|
|
|
| copy_layer_ = FakePictureLayer::Create(layer_settings(), &client_);
|
| - copy_layer_->SetPosition(gfx::Point(15, 15));
|
| + copy_layer_->SetPosition(gfx::PointF(15.f, 15.f));
|
| copy_layer_->SetBounds(gfx::Size(10, 10));
|
| parent_layer_->AddChild(copy_layer_);
|
|
|
|
|