Commit 96cc746f authored by Philip Rogers's avatar Philip Rogers Committed by Commit Bot

Add links to "Debugging blink objects" to renderer/core/paint/README.md

This patch adds links to the "Debugging blink objects" doc to the
renderer/core/paint/README.md file.

Change-Id: I1397bbb171892aa0f3438927cfb1e1666dabfb8e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615370
Auto-Submit: Philip Rogers <pdr@chromium.org>
Commit-Queue: Mason Freed <masonfreed@chromium.org>
Reviewed-by: default avatarMason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#661037}
parent fb75b4fc
...@@ -174,6 +174,10 @@ the PaintArtifactCompositor. This approach of using foreign layers starts using ...@@ -174,6 +174,10 @@ the PaintArtifactCompositor. This approach of using foreign layers starts using
much of the new PaintArtifactCompositor logic (e.g., converting blink property much of the new PaintArtifactCompositor logic (e.g., converting blink property
trees to cc property trees) without changing how compositing decisions are made. trees to cc property trees) without changing how compositing decisions are made.
[Debugging blink objects](https://docs.google.com/document/d/1vgQY11pxRQUDAufxSsc2xKyQCKGPftZ5wZnjY2El4w8/view)
has information about dumping the paint and compositing datastructures for
debugging.
### Current compositing algorithm (CompositeBeforePaint) ### Current compositing algorithm (CompositeBeforePaint)
...@@ -305,6 +309,9 @@ from layout ...@@ -305,6 +309,9 @@ from layout
| to compositor | to compositor
v v
``` ```
[Debugging blink objects](https://docs.google.com/document/d/1vgQY11pxRQUDAufxSsc2xKyQCKGPftZ5wZnjY2El4w8/view)
has information about dumping these paint and compositing datastructures for
debugging.
### New compositing algorithm (CompositeAfterPaint) ### New compositing algorithm (CompositeAfterPaint)
...@@ -363,6 +370,9 @@ from layout ...@@ -363,6 +370,9 @@ from layout
| to compositor | to compositor
v v
``` ```
[Debugging blink objects](https://docs.google.com/document/d/1vgQY11pxRQUDAufxSsc2xKyQCKGPftZ5wZnjY2El4w8/view)
has information about dumping these paint and compositing datastructures for
debugging.
### Comparison of the current and new compositing algorithms ### Comparison of the current and new compositing algorithms
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment