| Index: gpu/command_buffer/client/gles2_implementation.h
|
| ===================================================================
|
| --- gpu/command_buffer/client/gles2_implementation.h (revision 124044)
|
| +++ gpu/command_buffer/client/gles2_implementation.h (working copy)
|
| @@ -13,6 +13,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "../../gpu_export.h"
|
| #include "../common/gles2_cmd_utils.h"
|
| #include "../common/scoped_ptr.h"
|
| #include "../client/gles2_cmd_helper.h"
|
| @@ -104,7 +105,7 @@
|
| // be had by changing your code to use command buffers directly by using the
|
| // GLES2CmdHelper but that entails changing your code to use and deal with
|
| // shared memory and synchronization issues.
|
| -class GLES2Implementation {
|
| +class GPU_EXPORT GLES2Implementation {
|
| public:
|
| // Stores client side cached GL state.
|
| struct GLState {
|
|
|