// Copyright 2015 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_PROXY_COMMON_H_ #define CC_TREES_PROXY_COMMON_H_ #include <stddef.h> #include <memory> #include <utility> #include <vector> #include "cc/cc_export.h" #include "cc/metrics/frame_sequence_tracker_collection.h" #include "components/viz/common/frame_sinks/begin_frame_args.h" namespace cc { struct CompositorCommitData; class MutatorEvents; struct CC_EXPORT BeginMainFrameAndCommitState { … }; } // namespace cc #endif // CC_TREES_PROXY_COMMON_H_