chromium/cc/test/fake_layer_tree_frame_sink_client.h

// Copyright 2013 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_TEST_FAKE_LAYER_TREE_FRAME_SINK_CLIENT_H_
#define CC_TEST_FAKE_LAYER_TREE_FRAME_SINK_CLIENT_H_

#include <vector>

#include "base/memory/raw_ptr.h"
#include "cc/trees/layer_tree_frame_sink_client.h"
#include "cc/trees/managed_memory_policy.h"
#include "components/viz/common/hit_test/hit_test_region_list.h"

namespace viz {
struct FrameTimingDetails;
}

namespace cc {

class FakeLayerTreeFrameSinkClient : public LayerTreeFrameSinkClient {};

}  // namespace cc

#endif  // CC_TEST_FAKE_LAYER_TREE_FRAME_SINK_CLIENT_H_