chromium/third_party/blink/renderer/platform/graphics/visual_rect_flags.h

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

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_VISUAL_RECT_FLAGS_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_VISUAL_RECT_FLAGS_H_

namespace blink {

enum VisualRectFlags {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_VISUAL_RECT_FLAGS_H_