| Index: cc/output/gl_frame_data.h
|
| diff --git a/cc/gl_frame_data.h b/cc/output/gl_frame_data.h
|
| similarity index 82%
|
| rename from cc/gl_frame_data.h
|
| rename to cc/output/gl_frame_data.h
|
| index b7dd6115677f75994f420b2fdec0ce51cb625279..e6d227f4e52bdff22bf3a10d90bb7dfb35c9f6b9 100644
|
| --- a/cc/gl_frame_data.h
|
| +++ b/cc/output/gl_frame_data.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_GL_FRAME_DATA_H_
|
| -#define CC_GL_FRAME_DATA_H_
|
| +#ifndef CC_OUTPUT_GL_FRAME_DATA_H_
|
| +#define CC_OUTPUT_GL_FRAME_DATA_H_
|
|
|
| #include <string>
|
|
|
| @@ -26,4 +26,4 @@ class CC_EXPORT GLFrameData {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_GL_FRAME_DATA_H_
|
| +#endif // CC_OUTPUT_GL_FRAME_DATA_H_
|
|
|