// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Generated from template: // core/css/properties/templates/property_bitsets.cc.tmpl // and input files: // ../../third_party/blink/renderer/core/css/computed_style_field_aliases.json5 // ../../third_party/blink/renderer/core/css/css_properties.json5 // ../../third_party/blink/renderer/platform/runtime_enabled_features.json5 #include "third_party/blink/renderer/core/css/property_bitsets.h" #include "third_party/blink/renderer/core/css/properties/css_bitset.h" #include <array> namespace blink { const CSSBitset kLogicalGroupProperties{ … }; const CSSBitset kKnownExposedProperties{ … }; const CSSBitset kSurrogateProperties{ … }; } // namespace blink