chromium/cc/paint/paint_worklet_input_unittest.cc

// Copyright 2020 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/paint/paint_worklet_input.h"

#include "base/containers/flat_set.h"
#include "cc/test/test_paint_worklet_input.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace cc {

TEST(PaintWorkletInputTest, InsertPropertyKeyToFlatSet) {}

// crbug.com/347682178
TEST(PaintWorkletInputTest, ValueChangeShouldCauseRepaint) {}

}  // namespace cc