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

Unified Diff: cc/tile_manager.h

Issue 12353003: cc: Refactored Tile::GetResourceId (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more changes Created 7 years, 10 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/tile_manager.h
diff --git a/cc/tile_manager.h b/cc/tile_manager.h
index 6d2c621bf7e37ad0cc84df5e28fadc7c4740b6c2..ae316b3017886519ecc168fc769d36b4fc767acb 100644
--- a/cc/tile_manager.h
+++ b/cc/tile_manager.h
@@ -75,10 +75,6 @@ class CC_EXPORT ManagedTileState {
// Persisted state: valid all the time.
bool can_use_gpu_memory;
- bool can_be_freed;
nduca 2013/03/07 21:52:29 I would like to see drawing_info_ be a member of M
- scoped_ptr<ResourcePool::Resource> resource;
- bool resource_is_being_initialized;
- bool contents_swizzled;
bool need_to_gather_pixel_refs;
std::list<skia::LazyPixelRef*> pending_pixel_refs;
TileRasterState raster_state;
« cc/tile_drawing_info.h ('K') | « cc/tile_drawing_info.cc ('k') | cc/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698