| Index: cc/trees/layer_tree_host_unittest_context.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc
|
| index 7c766fe8bedc60376fafb543e8f51667e2c40682..717a2a64213dbfe957ff4745e5526b0d63bb154b 100644
|
| --- a/cc/trees/layer_tree_host_unittest_context.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_context.cc
|
| @@ -561,7 +561,7 @@ class LayerTreeHostContextTestLostContextSucceedsWithContent
|
| // Paint non-solid color.
|
| SkPaint paint;
|
| paint.setColor(SkColorSetARGB(100, 80, 200, 200));
|
| - client_.add_draw_rect(gfx::Rect(0, 0, 5, 5), paint);
|
| + client_.add_draw_rect(gfx::Rect(5, 5), paint);
|
|
|
| layer_ = FakePictureLayer::Create(layer_settings(), &client_);
|
| layer_->SetBounds(gfx::Size(10, 10));
|
| @@ -639,7 +639,7 @@ class LayerTreeHostContextTestLostContextAndEvictTextures
|
| // Paint non-solid color.
|
| SkPaint paint;
|
| paint.setColor(SkColorSetARGB(100, 80, 200, 200));
|
| - client_.add_draw_rect(gfx::Rect(0, 0, 5, 5), paint);
|
| + client_.add_draw_rect(gfx::Rect(5, 5), paint);
|
|
|
| scoped_refptr<FakePictureLayer> picture_layer =
|
| FakePictureLayer::Create(layer_settings(), &client_);
|
|
|