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

Unified Diff: third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt

Issue 2410513002: Plumb preferred raster scale for background images from Blink to cc layers. (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-scale-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/do-not-squash-non-self-painting-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt
similarity index 62%
copy from third_party/WebKit/LayoutTests/compositing/squashing/do-not-squash-non-self-painting-layer-expected.txt
copy to third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt
index 63c4f32ba7c3599991a30bab9b851124a3570dd6..7e71c961f23f2215dace19361c6b1c3af817620d 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/do-not-squash-non-self-painting-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/scaling/preferred-raster-scale-expected.txt
@@ -1,4 +1,3 @@
-Item 1
{
"layers": [
{
@@ -8,11 +7,11 @@ Item 1
"drawsContent": true
},
{
- "name": "LayoutBlockFlow DIV id='composited-container'",
+ "name": "LayoutBlockFlow DIV id='target'",
"position": [8, 8],
- "bounds": [784, 0],
+ "bounds": [310, 175],
"drawsContent": true,
- "backfaceVisibility": "hidden"
+ "preferredRasterScale": 1.57741940021515
}
]
}

Powered by Google App Engine
This is Rietveld 408576698