pl.wendigo.chrome.domain.layertree

Package pl.wendigo.chrome.domain.layertree

Types

CompositingReasonsRequest

data class CompositingReasonsRequest

Represents request frame that can be used with LayerTree.compositingReasons method call.

CompositingReasonsResponse

data class CompositingReasonsResponse

Represents response frame for LayerTree.compositingReasons method call.

Layer

data class Layer

Information about a compositing layer.

LayerPaintedEvent

data class LayerPaintedEvent : ProtocolEvent

Represents event frames for LayerTree.layerPainted

LayerTreeDidChangeEvent

data class LayerTreeDidChangeEvent : ProtocolEvent

Represents event frames for LayerTree.layerTreeDidChange

LayerTreeDomain

class LayerTreeDomain

LayerTreeDomain represents remote debugger protocol domain.

LoadSnapshotRequest

data class LoadSnapshotRequest

Represents request frame that can be used with LayerTree.loadSnapshot method call.

LoadSnapshotResponse

data class LoadSnapshotResponse

Represents response frame for LayerTree.loadSnapshot method call.

MakeSnapshotRequest

data class MakeSnapshotRequest

Represents request frame that can be used with LayerTree.makeSnapshot method call.

MakeSnapshotResponse

data class MakeSnapshotResponse

Represents response frame for LayerTree.makeSnapshot method call.

PictureTile

data class PictureTile

Serialized fragment of layer picture along with its offset within the layer.

ProfileSnapshotRequest

data class ProfileSnapshotRequest

Represents request frame that can be used with LayerTree.profileSnapshot method call.

ProfileSnapshotResponse

data class ProfileSnapshotResponse

Represents response frame for LayerTree.profileSnapshot method call.

ReleaseSnapshotRequest

data class ReleaseSnapshotRequest

Represents request frame that can be used with LayerTree.releaseSnapshot method call.

ReplaySnapshotRequest

data class ReplaySnapshotRequest

Represents request frame that can be used with LayerTree.replaySnapshot method call.

ReplaySnapshotResponse

data class ReplaySnapshotResponse

Represents response frame for LayerTree.replaySnapshot method call.

ScrollRect

data class ScrollRect

Rectangle where scrolling happens on the main thread.

SnapshotCommandLogRequest

data class SnapshotCommandLogRequest

Represents request frame that can be used with LayerTree.snapshotCommandLog method call.

SnapshotCommandLogResponse

data class SnapshotCommandLogResponse

Represents response frame for LayerTree.snapshotCommandLog method call.

StickyPositionConstraint

data class StickyPositionConstraint

Sticky position constraints.

Type Aliases

LayerId

typealias LayerId = String

Unique Layer identifier.

PaintProfile

typealias PaintProfile = List<Double>

Array of timings, one per paint step.

SnapshotId

typealias SnapshotId = String

Unique snapshot identifier.