Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3954)

Unified Diff: cc/output/gl_renderer_draw_cache.h

Issue 12912006: Part 4 of cc/ directory shuffles: output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698