chromium/cc/slim/layer_tree_client.h

// 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_LAYER_TREE_CLIENT_H_
#define CC_SLIM_LAYER_TREE_CLIENT_H_

#include "base/component_export.h"
#include "components/viz/common/frame_sinks/begin_frame_args.h"

namespace cc::slim {

// Implemented by client to respond to requests by LayerTree.
class COMPONENT_EXPORT(CC_SLIM) LayerTreeClient {};

}  // namespace cc::slim

#endif  // CC_SLIM_LAYER_TREE_CLIENT_H_