Module cdp::layer_tree
[−]
[src]
[Experimental]
LayerTree
Commands
LayerTree.enableExperimentalEnables compositing tree inspection.
LayerTree.disableExperimentalDisables compositing tree inspection.
LayerTree.compositingReasonsExperimentalProvides the reasons why the given layer was composited.
LayerTree.makeSnapshotExperimentalReturns the layer snapshot identifier.
LayerTree.loadSnapshotExperimentalReturns the snapshot identifier.
LayerTree.releaseSnapshotExperimentalReleases layer snapshot captured by the back-end.
LayerTree.profileSnapshotExperimentalLayerTree.replaySnapshotExperimentalReplays the layer snapshot and returns the resulting bitmap.
LayerTree.snapshotCommandLogExperimentalReplays the layer snapshot and returns canvas log.
Events
LayerTree.layerTreeDidChangeExperimentalLayerTree.layerPaintedExperimental
Types
LayerIdExperimentalUnique Layer identifier.
SnapshotIdExperimentalUnique snapshot identifier.
ScrollRectExperimentalRectangle where scrolling happens on the main thread.
StickyPositionConstraintExperimentalSticky position constraints.
PictureTileExperimentalSerialized fragment of layer picture along with its offset within the layer.
LayerExperimentalInformation about a compositing layer.
PaintProfileExperimentalArray of timings, one per paint step.
Structs
| CompositingReasonsCommand |
[Experimental] Provides the reasons why the given layer was composited. |
| CompositingReasonsResponse |
[Experimental] Provides the reasons why the given layer was composited. |
| DisableCommand |
[Experimental] Disables compositing tree inspection. |
| DisableResponse |
[Experimental] Disables compositing tree inspection. |
| EnableCommand |
[Experimental] Enables compositing tree inspection. |
| EnableResponse |
[Experimental] Enables compositing tree inspection. |
| Layer |
[Experimental] Information about a compositing layer. |
| LayerPaintedEvent |
[Experimental] |
| LayerTreeDidChangeEvent |
[Experimental] |
| LoadSnapshotCommand |
[Experimental] Returns the snapshot identifier. |
| LoadSnapshotResponse |
[Experimental] Returns the snapshot identifier. |
| MakeSnapshotCommand |
[Experimental] Returns the layer snapshot identifier. |
| MakeSnapshotResponse |
[Experimental] Returns the layer snapshot identifier. |
| PictureTile |
[Experimental] Serialized fragment of layer picture along with its offset within the layer. |
| ProfileSnapshotCommand |
[Experimental] |
| ProfileSnapshotResponse |
[Experimental] |
| ReleaseSnapshotCommand |
[Experimental] Releases layer snapshot captured by the back-end. |
| ReleaseSnapshotResponse |
[Experimental] Releases layer snapshot captured by the back-end. |
| ReplaySnapshotCommand |
[Experimental] Replays the layer snapshot and returns the resulting bitmap. |
| ReplaySnapshotResponse |
[Experimental] Replays the layer snapshot and returns the resulting bitmap. |
| ScrollRect |
[Experimental] Rectangle where scrolling happens on the main thread. |
| SnapshotCommandLogCommand |
[Experimental] Replays the layer snapshot and returns canvas log. |
| SnapshotCommandLogResponse |
[Experimental] Replays the layer snapshot and returns canvas log. |
| StickyPositionConstraint |
[Experimental] Sticky position constraints. |
Enums
| ScrollRectType |
[Experimental] |
Type Definitions
| LayerId |
[Experimental] Unique Layer identifier. |
| PaintProfile |
[Experimental] Array of timings, one per paint step. |
| SnapshotId |
[Experimental] Unique snapshot identifier. |