| Index: cc/output/gl_renderer_draw_cache.h
|
| diff --git a/cc/gl_renderer_draw_cache.h b/cc/output/gl_renderer_draw_cache.h
|
| similarity index 90%
|
| rename from cc/gl_renderer_draw_cache.h
|
| rename to cc/output/gl_renderer_draw_cache.h
|
| index 4b955dc9086528025b41c951889ff9e941e4942b..28d4e71e7d289b7891eb8be5cf28bc4a41eaf2da 100644
|
| --- a/cc/gl_renderer_draw_cache.h
|
| +++ b/cc/output/gl_renderer_draw_cache.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_RENDERER_DRAW_CACHE_H_
|
| -#define CC_GL_RENDERER_DRAW_CACHE_H_
|
| +#ifndef CC_OUTPUT_GL_RENDERER_DRAW_CACHE_H_
|
| +#define CC_OUTPUT_GL_RENDERER_DRAW_CACHE_H_
|
|
|
| #include <vector>
|
|
|
| @@ -46,4 +46,4 @@ struct TexturedQuadDrawCache {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_GL_RENDERER_DRAW_CACHE_H_
|
| +#endif // CC_OUTPUT_GL_RENDERER_DRAW_CACHE_H_
|
|
|