| 15 | LayerContent::~LayerContent() = default; |
| 16 | |
| 17 | bool LayerContent::isEmpty() const { |
| 18 | return picture == nullptr && externalSurface == nullptr; |
| 19 | } |
| 20 | |
| 21 | void LayerContent::clear() { |
| 22 | picture = nullptr; |
no outgoing calls
no test coverage detected