Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: ui/gl/gl_version_info.h

Issue 786123002: Update from https://crrev.com/307330 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_gl_api_implementation.cc ('k') | ui/gl/gpu_switching_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_version_info.h
diff --git a/ui/gl/gl_version_info.h b/ui/gl/gl_version_info.h
index 13b323faaf3756be4b5c9dbeb02713f66299d5b7..21ca07aad5267eaf3f8a4828c0ac4862c4fdce54 100644
--- a/ui/gl/gl_version_info.h
+++ b/ui/gl/gl_version_info.h
@@ -7,10 +7,11 @@
#include <string>
#include "base/basictypes.h"
+#include "ui/gl/gl_export.h"
namespace gfx {
-struct GLVersionInfo {
+struct GL_EXPORT GLVersionInfo {
GLVersionInfo(const char* version_str, const char* renderer_str);
// New flags, such as is_gl4_4 could be introduced as needed.
@@ -27,7 +28,7 @@ struct GLVersionInfo {
bool is_angle;
-private:
+ private:
DISALLOW_COPY_AND_ASSIGN(GLVersionInfo);
};
« no previous file with comments | « ui/gl/gl_gl_api_implementation.cc ('k') | ui/gl/gpu_switching_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698