#include "cc/test/test_paint_worklet_input.h"
#include <vector>
namespace cc {
TestPaintWorkletInput::TestPaintWorkletInput(const gfx::SizeF& size)
: … { … }
TestPaintWorkletInput::TestPaintWorkletInput(
const PaintWorkletInput::PropertyKey& key,
const gfx::SizeF& size)
: … { … }
TestPaintWorkletInput::~TestPaintWorkletInput() = default;
gfx::SizeF TestPaintWorkletInput::GetSize() const { … }
int TestPaintWorkletInput::WorkletId() const { … }
const std::vector<PaintWorkletInput::PropertyKey>&
TestPaintWorkletInput::GetPropertyKeys() const { … }
bool TestPaintWorkletInput::IsCSSPaintWorkletInput() const { … }
bool TestPaintWorkletInput::NeedsLayer() const { … }
}