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

Unified Diff: cc/resources/managed_tile_state.h

Issue 165603002: cc: Move GPU raster to DirectRasterWorkerPool. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/resources/managed_tile_state.h
diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h
index 2843169977d68801e373ae140f543a12cdaf4d90..644562309f0446a8ca29b6396348f462d56970ba 100644
--- a/cc/resources/managed_tile_state.h
+++ b/cc/resources/managed_tile_state.h
@@ -95,7 +95,7 @@ class CC_EXPORT ManagedTileState {
SkColor solid_color_;
bool has_text_;
scoped_ptr<ScopedResource> resource_;
- RasterWorkerPool::RasterTask raster_task_;
+ scoped_refptr<internal::RasterWorkerPoolTask> raster_task_;
alokp 2014/02/14 18:50:59 can it be done in a separate patch?
reveman 2014/02/14 23:30:52 Done.
};
ManagedTileState();

Powered by Google App Engine
This is Rietveld 408576698