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

Unified Diff: cc/layers/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/layer.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layer_impl.h b/cc/layers/layer_impl.h
similarity index 99%
rename from cc/layer_impl.h
rename to cc/layers/layer_impl.h
index 0ab914e0c62fb8b099655cf5eefed4bf9d61964c..8b09e2e3a8d827cdb2d86fa817feafd8c4dbd280 100644
--- a/cc/layer_impl.h
+++ b/cc/layers/layer_impl.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_IMPL_H_
-#define CC_LAYER_IMPL_H_
+#ifndef CC_LAYERS_LAYER_IMPL_H_
+#define CC_LAYERS_LAYER_IMPL_H_
#include <string>
@@ -15,11 +15,11 @@
#include "cc/base/cc_export.h"
#include "cc/base/region.h"
#include "cc/base/scoped_ptr_vector.h"
-#include "cc/draw_properties.h"
#include "cc/input/input_handler.h"
+#include "cc/layers/draw_properties.h"
+#include "cc/layers/render_surface_impl.h"
#include "cc/quads/render_pass.h"
#include "cc/quads/shared_quad_state.h"
-#include "cc/render_surface_impl.h"
#include "cc/resources/resource_provider.h"
#include "skia/ext/refptr.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h"
@@ -525,4 +525,4 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver {
}
-#endif // CC_LAYER_IMPL_H_
+#endif // CC_LAYERS_LAYER_IMPL_H_
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698