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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Item 1
2 { 1 {
3 "layers": [ 2 "layers": [
4 { 3 {
5 "name": "LayoutView #document", 4 "name": "LayoutView #document",
6 "bounds": [800, 600], 5 "bounds": [800, 600],
7 "contentsOpaque": true, 6 "contentsOpaque": true,
8 "drawsContent": true 7 "drawsContent": true
9 }, 8 },
10 { 9 {
11 "name": "LayoutBlockFlow DIV id='composited-container'", 10 "name": "LayoutBlockFlow DIV id='target'",
12 "position": [8, 8], 11 "position": [8, 8],
13 "bounds": [784, 0], 12 "bounds": [310, 175],
14 "drawsContent": true, 13 "drawsContent": true,
15 "backfaceVisibility": "hidden" 14 "preferredRasterScale": 1.57741940021515
16 } 15 }
17 ] 16 ]
18 } 17 }
19 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698