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

Unified Diff: ui/gl/gl_version_info.h

Issue 780433006: Add framebuffer object related commands to command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tex
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
« gpu/command_buffer/service/feature_info.h ('K') | « ui/gl/generate_bindings.py ('k') | no next file » | 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);
};
« gpu/command_buffer/service/feature_info.h ('K') | « ui/gl/generate_bindings.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698