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

Unified Diff: cc/layers/texture_layer_impl.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/texture_layer_client.h ('k') | cc/layers/texture_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/texture_layer_impl.h
diff --git a/cc/texture_layer_impl.h b/cc/layers/texture_layer_impl.h
similarity index 94%
rename from cc/texture_layer_impl.h
rename to cc/layers/texture_layer_impl.h
index d59c11f61b97e0381e65f96a5d89f8a926ee3e00..bee739ab06f5f83baf534b31047ce0d86fbb7395 100644
--- a/cc/texture_layer_impl.h
+++ b/cc/layers/texture_layer_impl.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_IMPL_H_
-#define CC_TEXTURE_LAYER_IMPL_H_
+#ifndef CC_LAYERS_TEXTURE_LAYER_IMPL_H_
+#define CC_LAYERS_TEXTURE_LAYER_IMPL_H_
#include <string>
#include "base/callback.h"
#include "cc/base/cc_export.h"
-#include "cc/layer_impl.h"
+#include "cc/layers/layer_impl.h"
namespace cc {
@@ -84,4 +84,4 @@ class CC_EXPORT TextureLayerImpl : public LayerImpl {
} // namespace cc
-#endif // CC_TEXTURE_LAYER_IMPL_H_
+#endif // CC_LAYERS_TEXTURE_LAYER_IMPL_H_
« no previous file with comments | « cc/layers/texture_layer_client.h ('k') | cc/layers/texture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698