struct Protocol::LayerTree::CompositingReasons

Overview

Provides the reasons why the given layer was composited.

Included Modules

Defined in:

protocol/layer_tree.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def compositing_reason_ids : Array(String) #

A list of strings specifying reason IDs for the given layer to become composited.


[View source]
def compositing_reasons : Array(String) #

A list of strings specifying reasons for the given layer to become composited.


[View source]