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

Unified Diff: cc/layers/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/io_surface_layer_impl.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layer.h b/cc/layers/layer.h
similarity index 99%
rename from cc/layer.h
rename to cc/layers/layer.h
index 018d40147851b358d4dcb7d638b0f64eb7c26d14..c0c34cc4b74cbe21f2cb6b5da997e9001c41fe44 100644
--- a/cc/layer.h
+++ b/cc/layers/layer.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_LAYER_H_
-#define CC_LAYER_H_
+#ifndef CC_LAYERS_LAYER_H_
+#define CC_LAYERS_LAYER_H_
#include <string>
#include <vector>
@@ -15,8 +15,8 @@
#include "cc/animation/layer_animation_value_observer.h"
#include "cc/base/cc_export.h"
#include "cc/base/region.h"
-#include "cc/draw_properties.h"
-#include "cc/render_surface.h"
+#include "cc/layers/draw_properties.h"
+#include "cc/layers/render_surface.h"
#include "cc/trees/occlusion_tracker.h"
#include "skia/ext/refptr.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h"
@@ -485,4 +485,4 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
} // namespace cc
-#endif // CC_LAYER_H_
+#endif // CC_LAYERS_LAYER_H_
« no previous file with comments | « cc/layers/io_surface_layer_impl.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698