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

Unified Diff: cc/resources/tile.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/texture_mailbox.cc ('k') | cc/resources/tile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile.h
diff --git a/cc/tile.h b/cc/resources/tile.h
similarity index 93%
rename from cc/tile.h
rename to cc/resources/tile.h
index 63dd5a70f6aa91b67b313e6a34fe6e4c78d260eb..edf5645a7453ca6900d87f46d56510d594993e98 100644
--- a/cc/tile.h
+++ b/cc/resources/tile.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_TILE_H_
-#define CC_TILE_H_
+#ifndef CC_RESOURCES_TILE_H_
+#define CC_RESOURCES_TILE_H_
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
#include "cc/managed_tile_state.h"
-#include "cc/picture_pile_impl.h"
-#include "cc/tile_priority.h"
+#include "cc/resources/picture_pile_impl.h"
+#include "cc/resources/tile_priority.h"
#include "cc/trees/layer_tree_host_impl.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/size.h"
@@ -99,4 +99,4 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> {
} // namespace cc
-#endif // CC_TILE_H_
+#endif // CC_RESOURCES_TILE_H_
« no previous file with comments | « cc/resources/texture_mailbox.cc ('k') | cc/resources/tile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698