| Index: gpu/command_buffer/service/vertex_attrib_manager.h
|
| diff --git a/gpu/command_buffer/service/vertex_attrib_manager.h b/gpu/command_buffer/service/vertex_attrib_manager.h
|
| index 700b54596a7abaa923d7a3f1afdcaa85b89b3c9e..95f58b1a1699eb756cab13267b4d08543329e0c1 100644
|
| --- a/gpu/command_buffer/service/vertex_attrib_manager.h
|
| +++ b/gpu/command_buffer/service/vertex_attrib_manager.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef GPU_COMMAND_BUFFER_SERVICE_VERTEX_ATTRIB_MANAGER_H_
|
| +#define GPU_COMMAND_BUFFER_SERVICE_VERTEX_ATTRIB_MANAGER_H_
|
| +
|
| #include <list>
|
| #include "base/logging.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -298,3 +301,6 @@ class GPU_EXPORT VertexAttribManager :
|
|
|
| } // namespace gles2
|
| } // namespace gpu
|
| +
|
| +#endif // GPU_COMMAND_BUFFER_SERVICE_VERTEX_ATTRIB_MANAGER_H_
|
| +
|
|
|