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

Unified Diff: cc/resources/tile.h

Issue 17625002: cc: Eliminate tile.h's dependency on tile_manager.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: spacing update Created 7 years, 6 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
Index: cc/resources/tile.h
diff --git a/cc/resources/tile.h b/cc/resources/tile.h
index 2cd49971ec55c12fafa637b0db33534d8bc5faec..ea7bb42644c01462aa28114b73f55d397e897a5a 100644
--- a/cc/resources/tile.h
+++ b/cc/resources/tile.h
@@ -10,7 +10,7 @@
#include "base/memory/scoped_vector.h"
#include "cc/resources/managed_tile_state.h"
#include "cc/resources/picture_pile_impl.h"
-#include "cc/resources/tile_manager.h"
+#include "cc/resources/tile_data.h"
#include "cc/resources/tile_priority.h"
#include "cc/trees/layer_tree_host_impl.h"
#include "ui/gfx/rect.h"
@@ -19,6 +19,7 @@
namespace cc {
class Tile;
+class TileManager;
class CC_EXPORT Tile : public base::RefCounted<Tile> {
public:

Powered by Google App Engine
This is Rietveld 408576698