| Index: gpu/command_buffer/service/texture_definition.h
|
| diff --git a/gpu/command_buffer/service/texture_definition.h b/gpu/command_buffer/service/texture_definition.h
|
| index 0a9910b4a2094f9d405818696c60506b37a14150..7f7d3cdefea8fcd2eca790e4757acc3553e61ab4 100644
|
| --- a/gpu/command_buffer/service/texture_definition.h
|
| +++ b/gpu/command_buffer/service/texture_definition.h
|
| @@ -19,7 +19,7 @@ namespace gles2 {
|
| // context using the same GLShareGroup with the corresponding service ID.
|
| class GPU_EXPORT TextureDefinition {
|
| public:
|
| - struct LevelInfo {
|
| + struct GPU_EXPORT LevelInfo {
|
| LevelInfo(GLenum target,
|
| GLenum internal_format,
|
| GLsizei width,
|
| @@ -29,6 +29,8 @@ class GPU_EXPORT TextureDefinition {
|
| GLenum format,
|
| GLenum type,
|
| bool cleared);
|
| + LevelInfo();
|
| +
|
| GLenum target;
|
| GLenum internal_format;
|
| GLsizei width;
|
|
|