| Index: third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-bounds.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale.html b/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-bounds.html
|
| similarity index 89%
|
| rename from third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale.html
|
| rename to third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-bounds.html
|
| index c035774e333de8e3e56b812929d85cecb4ef8688..1ba180bd48dda34339beb62e747355e5b9c3af00 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-bounds.html
|
| @@ -8,7 +8,7 @@ onload = function() {
|
| window.testRunner.dumpAsText();
|
| }
|
| if (window.internals)
|
| - window.internals.runtimeFlags.preferredImageRasterScaleEnabled = true;
|
| + window.internals.runtimeFlags.preferredImageRasterBoundsEnabled = true;
|
|
|
| var bgImg = new Image();
|
| bgImg.src = '../../paint/invalidation/resources/ducky.png';
|
|
|