Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2000)

Unified Diff: third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-bounds.html

Issue 2441853002: Plumb preferred raster bounds rather than scale (Closed)
Patch Set: none Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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';
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-bounds-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698