| Index: cc/layers/picture_layer_impl_unittest.cc
|
| diff --git a/cc/layers/picture_layer_impl_unittest.cc b/cc/layers/picture_layer_impl_unittest.cc
|
| index c29510f7ec17319b55696d7511b079fccb9d7bbd..01ba652f7739081ef628721520d2321dbd482fc2 100644
|
| --- a/cc/layers/picture_layer_impl_unittest.cc
|
| +++ b/cc/layers/picture_layer_impl_unittest.cc
|
| @@ -2100,7 +2100,7 @@ TEST_F(PictureLayerImplTest, HighResRequiredWhenMissingHighResFlagOn) {
|
|
|
| // When high res are required, all tiles in active high res tiling should be
|
| // required for activation.
|
| - host_impl_.SetRequiresHighResToDraw();
|
| + host_impl_.SetRequiresHighResToDraw(true);
|
|
|
| pending_layer_->HighResTiling()->UpdateAllRequiredStateForTesting();
|
| pending_layer_->LowResTiling()->UpdateAllRequiredStateForTesting();
|
| @@ -4744,7 +4744,7 @@ TEST_F(PictureLayerImplTest, ChangeInViewportAllowsTilingUpdates) {
|
| gfx::Rect viewport = gfx::Rect(0, 0, 100, 100);
|
| gfx::Transform transform;
|
|
|
| - host_impl_.SetRequiresHighResToDraw();
|
| + host_impl_.SetRequiresHighResToDraw(true);
|
|
|
| // Update tiles.
|
| pending_layer_->draw_properties().visible_content_rect = viewport;
|
|
|