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

Unified Diff: third_party/WebKit/LayoutTests/flag-specific/root-layer-scrolls/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/flag-specific/root-layer-scrolls/compositing/layer-tree-expected.txt
diff --git a/third_party/WebKit/LayoutTests/flag-specific/root-layer-scrolls/compositing/layer-tree-expected.txt b/third_party/WebKit/LayoutTests/flag-specific/root-layer-scrolls/compositing/layer-tree-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3ded7c322ca27adbba51b84189d9504ffe339560
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/flag-specific/root-layer-scrolls/compositing/layer-tree-expected.txt
@@ -0,0 +1,73 @@
+{
+ "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": "LayoutView #document",
+ "bounds": [800, 600],
+ "shouldFlattenTransform": false,
+ "drawsContent": true,
+ "children": [
+ {
+ "name": "Scrolling Layer",
+ "bounds": [780, 580],
+ "shouldFlattenTransform": false,
+ "children": [
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [1200, 900],
+ "contentsOpaque": true,
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [800, 600],
+ "children": [
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 580],
+ "bounds": [780, 20],
+ "drawsContent": true
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [780, 0],
+ "bounds": [20, 580],
+ "drawsContent": true
+ },
+ {
+ "name": "Scroll Corner Layer",
+ "position": [780, 580],
+ "bounds": [20, 20],
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
+
« no previous file with comments | « third_party/WebKit/LayoutTests/compositing/layer-tree-expected.txt ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698