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

Unified Diff: cc/resources/layer_painter.h

Issue 12471007: Part 8 of cc/ directory shuffles: resources (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/resources/image_layer_updater.cc ('k') | cc/resources/layer_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/layer_painter.h
diff --git a/cc/layer_painter.h b/cc/resources/layer_painter.h
similarity index 81%
rename from cc/layer_painter.h
rename to cc/resources/layer_painter.h
index 6368c4bc7010e30d48e99d0b8db74b3c735339a1..89a14243df3e6a91956808d89a9ba498f2449f05 100644
--- a/cc/layer_painter.h
+++ b/cc/resources/layer_painter.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_PAINTER_H_
-#define CC_LAYER_PAINTER_H_
+#ifndef CC_RESOURCES_LAYER_PAINTER_H_
+#define CC_RESOURCES_LAYER_PAINTER_H_
#include "cc/base/cc_export.h"
@@ -26,4 +26,4 @@ class CC_EXPORT LayerPainter {
} // namespace cc
-#endif // CC_LAYER_PAINTER_H_
+#endif // CC_RESOURCES_LAYER_PAINTER_H_
« no previous file with comments | « cc/resources/image_layer_updater.cc ('k') | cc/resources/layer_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698