Merge "WinScope: Support missing layers" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ceaa4b38bb
@@ -135,6 +135,7 @@ function fill_transform_data(transform) {
|
||||
transform.dtdx = 0.0;
|
||||
transform.dsdy = 0.0;
|
||||
transform.dtdy = 1.0;
|
||||
transform.type = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -198,6 +198,7 @@ function missingLayer(childId) {
|
||||
name: "layer #" + childId,
|
||||
missing: true,
|
||||
zOrderRelativeOf: -1,
|
||||
transform: {dsdx:1, dtdx:0, dsdy:0, dtdy:1},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user