summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/gl_features.h
blob: 3513df18ca195a89812abb28bd9b2b09c76dbc56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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_GL_GL_FEATURES_H_
#define UI_GL_GL_FEATURES_H_

#include "base/feature_list.h"
#include "build/build_config.h"
#include "ui/gl/gl_export.h"

namespace features {

// All features in alphabetical order. The features should be documented
// alongside the definition of their values in the .cc file.
GL_EXPORT extern const base::Feature kDefaultPassthroughCommandDecoder;

}  // namespace features

#endif  // UI_GL_GL_FEATURES_H_