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

Unified Diff: cc/layers/texture_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/solid_color_layer_impl_unittest.cc ('k') | cc/layers/texture_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/texture_layer.h
diff --git a/cc/texture_layer.h b/cc/layers/texture_layer.h
similarity index 96%
rename from cc/texture_layer.h
rename to cc/layers/texture_layer.h
index c4fb9e89d1f5804590bbacb399d3fb137bd1f565..a957b4c9def9cff24476b7b6e730a096c025f324 100644
--- a/cc/texture_layer.h
+++ b/cc/layers/texture_layer.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_TEXTURE_LAYER_H_
-#define CC_TEXTURE_LAYER_H_
+#ifndef CC_LAYERS_TEXTURE_LAYER_H_
+#define CC_LAYERS_TEXTURE_LAYER_H_
#include <string>
#include "base/callback.h"
#include "cc/base/cc_export.h"
-#include "cc/layer.h"
+#include "cc/layers/layer.h"
#include "cc/resources/texture_mailbox.h"
namespace WebKit { class WebGraphicsContext3D; }
@@ -103,4 +103,4 @@ class CC_EXPORT TextureLayer : public Layer {
};
}
-#endif // CC_TEXTURE_LAYER_H_
+#endif // CC_LAYERS_TEXTURE_LAYER_H_
« no previous file with comments | « cc/layers/solid_color_layer_impl_unittest.cc ('k') | cc/layers/texture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698