// 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_PAINT_FILTER_OPERATIONS_H_ #define CC_PAINT_FILTER_OPERATIONS_H_ #include <stddef.h> #include <memory> #include <optional> #include <string> #include <vector> #include "base/check_op.h" #include "cc/paint/filter_operation.h" namespace base { namespace trace_event { class TracedValue; } } // namespace base namespace gfx { class Rect; } namespace cc { // An ordered list of filter operations. class CC_PAINT_EXPORT FilterOperations { … }; } // namespace cc #endif // CC_PAINT_FILTER_OPERATIONS_H_