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

Unified Diff: cc/tiles/tile_draw_info.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/tile.cc ('k') | cc/tiles/tile_draw_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/tile_draw_info.h
diff --git a/cc/resources/tile_draw_info.h b/cc/tiles/tile_draw_info.h
similarity index 93%
rename from cc/resources/tile_draw_info.h
rename to cc/tiles/tile_draw_info.h
index 7db805fbe9b721ab065fefd2f35aa4486c954129..f094efd6f388b4b36f53ee5d8ff02dace75a36da 100644
--- a/cc/resources/tile_draw_info.h
+++ b/cc/tiles/tile_draw_info.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_RESOURCES_TILE_DRAW_INFO_H_
-#define CC_RESOURCES_TILE_DRAW_INFO_H_
+#ifndef CC_TILES_TILE_DRAW_INFO_H_
+#define CC_TILES_TILE_DRAW_INFO_H_
#include "base/memory/scoped_ptr.h"
#include "base/trace_event/trace_event_argument.h"
+#include "cc/raster/tile_task_runner.h"
#include "cc/resources/platform_color.h"
#include "cc/resources/resource_provider.h"
#include "cc/resources/scoped_resource.h"
-#include "cc/resources/tile_task_runner.h"
namespace cc {
@@ -103,4 +103,4 @@ class CC_EXPORT TileDrawInfo {
} // namespace cc
-#endif // CC_RESOURCES_TILE_DRAW_INFO_H_
+#endif // CC_TILES_TILE_DRAW_INFO_H_
« no previous file with comments | « cc/tiles/tile.cc ('k') | cc/tiles/tile_draw_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698