// 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 UI_GL_ANGLE_IMPLEMENTATION_H_ #define UI_GL_ANGLE_IMPLEMENTATION_H_ namespace gl { enum class ANGLEImplementation { … }; } // namespace gl #endif // UI_GL_ANGLE_IMPLEMENTATION_H_