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

Unified Diff: cc/layers/draw_properties.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/delegated_renderer_layer_impl_unittest.cc ('k') | cc/layers/heads_up_display_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/draw_properties.h
diff --git a/cc/draw_properties.h b/cc/layers/draw_properties.h
similarity index 96%
rename from cc/draw_properties.h
rename to cc/layers/draw_properties.h
index 858e4ffe61db03b824d523735b74ccd804f90f3b..23db23c28a380c3c2326c03d07bd9da615300a95 100644
--- a/cc/draw_properties.h
+++ b/cc/layers/draw_properties.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_DRAW_PROPERTIES_H_
-#define CC_DRAW_PROPERTIES_H_
+#ifndef CC_LAYERS_DRAW_PROPERTIES_H_
+#define CC_LAYERS_DRAW_PROPERTIES_H_
#include "base/memory/scoped_ptr.h"
#include "ui/gfx/rect.h"
@@ -96,4 +96,4 @@ struct CC_EXPORT DrawProperties {
} // namespace cc
-#endif // CC_DRAW_PROPERTIES_H_
+#endif // CC_LAYERS_DRAW_PROPERTIES_H_
« no previous file with comments | « cc/layers/delegated_renderer_layer_impl_unittest.cc ('k') | cc/layers/heads_up_display_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698