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

Unified Diff: cc/output/layer_quad.h

Issue 1144693002: cc: Move files out of cc/resources/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resources: android Created 5 years, 7 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
« no previous file with comments | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/layer_quad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/layer_quad.h
diff --git a/cc/resources/layer_quad.h b/cc/output/layer_quad.h
similarity index 95%
rename from cc/resources/layer_quad.h
rename to cc/output/layer_quad.h
index 328f6668482361be54d76a1b8b6e7576e20177b6..9ed3ff567bc3d89fedfac4f88831891df34a5a6a 100644
--- a/cc/resources/layer_quad.h
+++ b/cc/output/layer_quad.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef CC_RESOURCES_LAYER_QUAD_H_
-#define CC_RESOURCES_LAYER_QUAD_H_
+#ifndef CC_OUTPUT_LAYER_QUAD_H_
+#define CC_OUTPUT_LAYER_QUAD_H_
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
@@ -110,4 +110,4 @@ class CC_EXPORT LayerQuad {
} // namespace cc
-#endif // CC_RESOURCES_LAYER_QUAD_H_
+#endif // CC_OUTPUT_LAYER_QUAD_H_
« no previous file with comments | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/layer_quad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698