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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-tree-expected.txt

Issue 2728273002: [RLS] Don't create PaintLayerCompositor layers. (Closed)
Patch Set: rebase Created 3 years, 9 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/layer-tree-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-tree-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-tree-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..449f8b3ef8a88f468512683f0f6e1751bde3f4c3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/compositing/layer-tree-expected.txt
@@ -0,0 +1,75 @@
+{
+ "name": "Root Transform Layer",
+ "children": [
+ {
+ "name": "Inner Viewport Container Layer",
+ "bounds": [800, 600],
+ "children": [
+ {
+ "name": "Overscroll Elasticity Layer",
+ "children": [
+ {
+ "name": "Page Scale Layer",
+ "children": [
+ {
+ "name": "Inner Viewport Scroll Layer",
+ "bounds": [800, 600],
+ "children": [
+ {
+ "name": "Frame Overflow Controls Host Layer",
+ "bounds": [800, 600],
+ "children": [
+ {
+ "name": "Frame Clipping Layer",
+ "bounds": [780, 580],
+ "children": [
+ {
+ "name": "Frame Scrolling Layer",
+ "children": [
+ {
+ "name": "Content Root Layer",
+ "bounds": [1200, 900],
+ "children": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [1200, 900],
+ "contentsOpaque": true,
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "Frame Horizontal Scrollbar Layer",
+ "position": [0, 580],
+ "bounds": [780, 20],
+ "drawsContent": true
+ },
+ {
+ "name": "Frame Vertical Scrollbar Layer",
+ "position": [780, 0],
+ "bounds": [20, 580],
+ "drawsContent": true
+ },
+ {
+ "name": "Frame Scroll Corner Layer",
+ "position": [780, 580],
+ "bounds": [20, 20],
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698