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

Unified Diff: cc/tiles/tile.h

Issue 1144693002: cc: Move files out of cc/resources/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resources: android Created 5 years, 7 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/tiles/raster_tile_priority_queue_required.cc ('k') | cc/tiles/tile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/tile.h
diff --git a/cc/resources/tile.h b/cc/tiles/tile.h
similarity index 95%
rename from cc/resources/tile.h
rename to cc/tiles/tile.h
index c15c848a194b34d6eebfa10bb7a0608b99a0a036..68c4fc13e340a03725806ccf75e2b186827ce831 100644
--- a/cc/resources/tile.h
+++ b/cc/tiles/tile.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_RESOURCES_TILE_H_
-#define CC_RESOURCES_TILE_H_
+#ifndef CC_TILES_TILE_H_
+#define CC_TILES_TILE_H_
#include "base/memory/ref_counted.h"
-#include "cc/resources/tile_draw_info.h"
+#include "cc/tiles/tile_draw_info.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/size.h"
@@ -114,4 +114,4 @@ using ScopedTilePtr = scoped_ptr<Tile, Tile::Deleter>;
} // namespace cc
-#endif // CC_RESOURCES_TILE_H_
+#endif // CC_TILES_TILE_H_
« no previous file with comments | « cc/tiles/raster_tile_priority_queue_required.cc ('k') | cc/tiles/tile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698