| Index: gpu/command_buffer/client/program_info_manager.h
|
| diff --git a/gpu/command_buffer/client/program_info_manager.h b/gpu/command_buffer/client/program_info_manager.h
|
| index 25108e2bc155de344efb8da960ca6d0d4cdd0e38..099f182184bd95eecdd6f75f9e3485cd2e342b29 100644
|
| --- a/gpu/command_buffer/client/program_info_manager.h
|
| +++ b/gpu/command_buffer/client/program_info_manager.h
|
| @@ -6,6 +6,7 @@
|
| #define GPU_COMMAND_BUFFER_CLIENT_PROGRAM_INFO_MANAGER_H_
|
|
|
| #include <GLES2/gl2.h>
|
| +#include "gles2_impl_export.h"
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
| @@ -13,7 +14,7 @@ namespace gles2 {
|
| class GLES2Implementation;
|
|
|
| // Manages info about OpenGL ES Programs.
|
| -class ProgramInfoManager {
|
| +class GLES2_IMPL_EXPORT ProgramInfoManager {
|
| public:
|
| virtual ~ProgramInfoManager();
|
|
|
|
|