// 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. // Generated from template: // core/css/templates/cssom_keywords.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/cssom/cssom_keywords.h" #include "third_party/blink/renderer/core/css/cssom/css_keyword_value.h" #include "third_party/blink/renderer/platform/wtf/hash_map.h" #include "third_party/blink/renderer/core/css/properties/css_parsing_utils.h" namespace blink { bool CSSOMKeywords::ValidKeywordForProperty(CSSPropertyID id, const CSSKeywordValue& keyword) { … } } // namespace blink