// 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_TREES_LAYER_TREE_HOST_SINGLE_THREAD_CLIENT_H_ #define CC_TREES_LAYER_TREE_HOST_SINGLE_THREAD_CLIENT_H_ #include "base/containers/flat_set.h" #include "base/time/time.h" #include "components/viz/common/surfaces/frame_sink_id.h" namespace cc { class LayerTreeHostSingleThreadClient { … }; } // namespace cc #endif // CC_TREES_LAYER_TREE_HOST_SINGLE_THREAD_CLIENT_H_