// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_SLIM_TEST_FRAME_SINK_IMPL_H_ #define CC_SLIM_TEST_FRAME_SINK_IMPL_H_ #include <memory> #include "cc/slim/frame_sink_impl.h" namespace cc::slim { class TestFrameSinkImpl : public FrameSinkImpl { … }; } // namespace cc::slim #endif // CC_SLIM_TEST_FRAME_SINK_IMPL_H_