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

Unified Diff: cc/resources/tile_manager.h

Issue 14409006: cc: Changes to use GL API for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Remove TODOs Created 7 years, 7 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/tile_manager.h
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
index eb62ba42a3e998f1673f7d85457e38bb85e594b4..930a299b0c4d7f7940df498dc039ec75a9ddd8fd 100644
--- a/cc/resources/tile_manager.h
+++ b/cc/resources/tile_manager.h
@@ -66,7 +66,8 @@ class CC_EXPORT TileManager : public WorkerPoolClient {
size_t num_raster_threads,
bool use_color_estimator,
bool prediction_benchmarking,
- RenderingStatsInstrumentation* rendering_stats_instrumentation);
+ RenderingStatsInstrumentation* rendering_stats_instrumentation,
+ bool use_gpu_memory_buffers);
reveman 2013/05/22 18:56:41 why not use_map_image here as well?
kaanb 2013/05/22 19:13:03 Done.
virtual ~TileManager();
const GlobalStateThatImpactsTilePriority& GlobalState() const {

Powered by Google App Engine
This is Rietveld 408576698