// Copyright 2016 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_CLIP_NODE_H_ #define CC_TREES_CLIP_NODE_H_ #include "cc/cc_export.h" #include "cc/trees/property_ids.h" #include "third_party/abseil-cpp/absl/container/inlined_vector.h" #include "ui/gfx/geometry/rect_f.h" namespace base { namespace trace_event { class TracedValue; } // namespace trace_event } // namespace base namespace cc { struct ConditionalClip { … }; struct ClipRectData { … }; struct CC_EXPORT ClipNode { … }; } // namespace cc #endif // CC_TREES_CLIP_NODE_H_