chromium/cc/test/test_paint_worklet_input.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {}

}  // namespace cc