// Copyright 2020 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/page/drag_mojom_traits.h" namespace { constexpr int allow_all = …; } // namespace namespace mojo { // static bool StructTraits<blink::mojom::AllowedDragOperationsDataView, blink::DragOperationsMask>:: Read(blink::mojom::AllowedDragOperationsDataView data, blink::DragOperationsMask* out) { … } } // namespace mojo