1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef UI_GL_GL_VERSION_INFO_H_
6 #define UI_GL_GL_VERSION_INFO_H_
9 #include "base/basictypes.h"
13 struct GLVersionInfo
{
14 GLVersionInfo(const char* version_str
, const char* renderer_str
);
16 // New flags, such as is_gl4_4 could be introduced as needed.
17 // For now, this level of granularity is enough.
31 DISALLOW_COPY_AND_ASSIGN(GLVersionInfo
);
36 #endif // UI_GL_GL_VERSION_INFO_H_