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

Unified Diff: cc/layers/content_layer.h

Issue 12603013: Part 10 of cc/ directory shuffles: layers (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
« no previous file with comments | « cc/layers/append_quads_data.h ('k') | cc/layers/content_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/content_layer.h
diff --git a/cc/content_layer.h b/cc/layers/content_layer.h
similarity index 92%
rename from cc/content_layer.h
rename to cc/layers/content_layer.h
index 36747ebafd57806b43aa71650adaa61022526092..94db0bf83010fc98cfd602f363c7aa4a27a2a39d 100644
--- a/cc/content_layer.h
+++ b/cc/layers/content_layer.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_CONTENT_LAYER_H_
-#define CC_CONTENT_LAYER_H_
+#ifndef CC_LAYERS_CONTENT_LAYER_H_
+#define CC_LAYERS_CONTENT_LAYER_H_
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
+#include "cc/layers/tiled_layer.h"
#include "cc/resources/layer_painter.h"
-#include "cc/tiled_layer.h"
class SkCanvas;
@@ -66,4 +66,4 @@ class CC_EXPORT ContentLayer : public TiledLayer {
};
}
-#endif // CC_CONTENT_LAYER_H_
+#endif // CC_LAYERS_CONTENT_LAYER_H_
« no previous file with comments | « cc/layers/append_quads_data.h ('k') | cc/layers/content_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698