// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/common/frame_owner_element_type_mojom_traits.h" namespace mojo { // static content::mojom::ChildFrameOwnerElementType EnumTraits< content::mojom::ChildFrameOwnerElementType, blink::FrameOwnerElementType>::ToMojom(blink::FrameOwnerElementType input) { … } // static bool EnumTraits<content::mojom::ChildFrameOwnerElementType, blink::FrameOwnerElementType>:: FromMojom(content::mojom::ChildFrameOwnerElementType input, blink::FrameOwnerElementType* output) { … } } // namespace mojo