chromium/third_party/blink/common/frame/frame_owner_element_type_mojom_traits.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/public/common/frame/frame_owner_element_type_mojom_traits.h"
#include "base/notreached.h"
#include "third_party/blink/public/common/frame/frame_owner_element_type.h"
#include "third_party/blink/public/mojom/frame/frame.mojom-shared.h"

namespace mojo {

blink::mojom::FrameOwnerElementType EnumTraits<
    blink::mojom::FrameOwnerElementType,
    blink::FrameOwnerElementType>::ToMojom(blink::FrameOwnerElementType input) {}

bool EnumTraits<blink::mojom::FrameOwnerElementType,
                blink::FrameOwnerElementType>::
    FromMojom(blink::mojom::FrameOwnerElementType input,
              blink::FrameOwnerElementType* output) {}
}  // namespace mojo