summaryrefslogtreecommitdiff
path: root/chromium/ui/display/display_features.h
blob: 878fa3bb0a64c87efa9df5a2986226cb2b7f0543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_DISPLAY_DISPLAY_FEATURES_H_
#define UI_DISPLAY_DISPLAY_FEATURES_H_

#include "base/feature_list.h"
#include "ui/display/display_export.h"

namespace display {
namespace features {

#if defined(OS_CHROMEOS)
DISPLAY_EXPORT extern const base::Feature kUseHDRTransferFunction;
#endif

DISPLAY_EXPORT extern const base::Feature kListAllDisplayModes;

DISPLAY_EXPORT bool IsListAllDisplayModesEnabled();

}  // namespace features
}  // namespace display

#endif  // UI_DISPLAY_DISPLAY_FEATURES_H_