chromium/ui/gfx/overlay_priority_hint.h

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

#ifndef UI_GFX_OVERLAY_PRIORITY_HINT_H_
#define UI_GFX_OVERLAY_PRIORITY_HINT_H_

#include <stdint.h>

namespace gfx {

// Provides a hint to a system compositor how it should prioritize this
// overlay. Used only by Wayland.
enum OverlayPriorityHint : uint8_t {};

}  // namespace gfx

#endif  // UI_GFX_OVERLAY_PRIORITY_HINT_H_