| Index: cc/resources/tile.h
|
| diff --git a/cc/resources/tile.h b/cc/resources/tile.h
|
| index 69ef56fde8cd316d1b1024f9aff6fbf1e7723a5c..38469b6352825618407a7eec8acd09a4847b95f2 100644
|
| --- a/cc/resources/tile.h
|
| +++ b/cc/resources/tile.h
|
| @@ -151,7 +151,6 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> {
|
| const ManagedTileState& managed_state() const { return managed_state_; }
|
| RasterMode DetermineRasterModeForResolution(TileResolution resolution) const;
|
|
|
| - TileManager* tile_manager_;
|
| scoped_refptr<PicturePileImpl> picture_pile_;
|
| gfx::Rect tile_size_;
|
| gfx::Rect content_rect_;
|
|
|