// Copyright 2014 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: // templates/element_factory.h.tmpl // and input files: // ../../third_party/blink/renderer/core/mathml/mathml_attribute_names.json5 // ../../third_party/blink/renderer/core/mathml/mathml_tag_names.json5 #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_MATHML_ELEMENT_FACTORY_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_MATHML_ELEMENT_FACTORY_H_ #include "third_party/blink/renderer/core/dom/create_element_flags.h" #include "third_party/blink/renderer/platform/wtf/forward.h" namespace blink { class Document; class MathMLElement; class MathMLElementFactory { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_RENDERER_CORE_MATHML_ELEMENT_FACTORY_H_