Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type CompositingReasonsArgs struct + LayerID LayerID + func NewCompositingReasonsArgs(layerID LayerID) *CompositingReasonsArgs + type CompositingReasonsReply struct + CompositingReasons []string + type DidChangeClient interface + Recv func() (*DidChangeReply, error) + type DidChangeReply struct + Layers []Layer + type Layer struct + AnchorX *float64 + AnchorY *float64 + AnchorZ *float64 + BackendNodeID *dom.BackendNodeID + DrawsContent bool + Height float64 + Invisible *bool + LayerID LayerID + OffsetX float64 + OffsetY float64 + PaintCount int + ParentLayerID *LayerID + ScrollRects []ScrollRect + Transform []float64 + Width float64 + type LayerID string + type LayerPaintedClient interface + Recv func() (*LayerPaintedReply, error) + type LayerPaintedReply struct + Clip dom.Rect + LayerID LayerID + type LoadSnapshotArgs struct + Tiles []PictureTile + func NewLoadSnapshotArgs(tiles []PictureTile) *LoadSnapshotArgs + type LoadSnapshotReply struct + SnapshotID SnapshotID + type MakeSnapshotArgs struct + LayerID LayerID + func NewMakeSnapshotArgs(layerID LayerID) *MakeSnapshotArgs + type MakeSnapshotReply struct + SnapshotID SnapshotID + type PaintProfile []float64 + type PictureTile struct + Picture []byte + X float64 + Y float64 + type ProfileSnapshotArgs struct + ClipRect *dom.Rect + MinDuration *float64 + MinRepeatCount *int + SnapshotID SnapshotID + func NewProfileSnapshotArgs(snapshotID SnapshotID) *ProfileSnapshotArgs + func (a *ProfileSnapshotArgs) SetClipRect(clipRect dom.Rect) *ProfileSnapshotArgs + func (a *ProfileSnapshotArgs) SetMinDuration(minDuration float64) *ProfileSnapshotArgs + func (a *ProfileSnapshotArgs) SetMinRepeatCount(minRepeatCount int) *ProfileSnapshotArgs + type ProfileSnapshotReply struct + Timings []PaintProfile + type ReleaseSnapshotArgs struct + SnapshotID SnapshotID + func NewReleaseSnapshotArgs(snapshotID SnapshotID) *ReleaseSnapshotArgs + type ReplaySnapshotArgs struct + FromStep *int + Scale *float64 + SnapshotID SnapshotID + ToStep *int + func NewReplaySnapshotArgs(snapshotID SnapshotID) *ReplaySnapshotArgs + func (a *ReplaySnapshotArgs) SetFromStep(fromStep int) *ReplaySnapshotArgs + func (a *ReplaySnapshotArgs) SetScale(scale float64) *ReplaySnapshotArgs + func (a *ReplaySnapshotArgs) SetToStep(toStep int) *ReplaySnapshotArgs + type ReplaySnapshotReply struct + DataURL string + type ScrollRect struct + Rect dom.Rect + Type string + type SnapshotCommandLogArgs struct + SnapshotID SnapshotID + func NewSnapshotCommandLogArgs(snapshotID SnapshotID) *SnapshotCommandLogArgs + type SnapshotCommandLogReply struct + CommandLog []json.RawMessage + type SnapshotID string