chromium/third_party/blink/renderer/platform/graphics/lcd_text_preference.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_LCD_TEXT_PREFERENCE_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_LCD_TEXT_PREFERENCE_H_

namespace blink {

enum class LCDTextPreference {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_LCD_TEXT_PREFERENCE_H_