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

Unified Diff: cc/raster/tile_task_worker_pool.h

Issue 1230203007: Re-land: cc: Use worker context for one-copy tile initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add ContextProvider::ScopedContextGL class Created 5 years, 5 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/raster/tile_task_worker_pool.h
diff --git a/cc/raster/tile_task_worker_pool.h b/cc/raster/tile_task_worker_pool.h
index ff0018905074da46186332f3395ddbb02d21d533..427183715d4cf1483efe668b247e2f6af391d675 100644
--- a/cc/raster/tile_task_worker_pool.h
+++ b/cc/raster/tile_task_worker_pool.h
@@ -68,6 +68,8 @@ class CC_EXPORT TileTaskWorkerPool {
const gfx::Rect& canvas_playback_rect,
float scale);
+ virtual void ReleaseFreeMemory() {}
+
// Type-checking downcast routine.
virtual TileTaskRunner* AsTileTaskRunner() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698