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

Unified Diff: cc/resources/tile.cc

Issue 13665003: cc: Moved contents_swizzled out of TileManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed unittest compile Created 7 years, 8 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/tile.h ('k') | cc/resources/tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile.cc
diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc
index f29baf6907ac83b00cecfa0a54afc56de0bc4fb1..6479c89d24474b6ddd7c6213a9a89c4c3d4427a7 100644
--- a/cc/resources/tile.cc
+++ b/cc/resources/tile.cc
@@ -13,14 +13,12 @@ namespace cc {
Tile::Tile(TileManager* tile_manager,
PicturePileImpl* picture_pile,
gfx::Size tile_size,
- GLenum format,
gfx::Rect content_rect,
gfx::Rect opaque_rect,
float contents_scale,
int layer_id)
: tile_manager_(tile_manager),
tile_size_(tile_size),
- format_(format),
content_rect_(content_rect),
contents_scale_(contents_scale),
opaque_rect_(opaque_rect),
« no previous file with comments | « cc/resources/tile.h ('k') | cc/resources/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698