chromium/ui/ozone/public/platform_menu_utils.h

// 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.

#ifndef UI_OZONE_PUBLIC_PLATFORM_MENU_UTILS_H_
#define UI_OZONE_PUBLIC_PLATFORM_MENU_UTILS_H_

#include <stdint.h>

#include <string>

#include "base/component_export.h"
#include "ui/events/keycodes/keyboard_codes_posix.h"

namespace ui {

enum class DomCode : uint32_t;

// Platform-specific functions related to menus.
class COMPONENT_EXPORT(OZONE_BASE) PlatformMenuUtils {};

}  // namespace ui

#endif  // UI_OZONE_PUBLIC_PLATFORM_MENU_UTILS_H_