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

Unified Diff: cc/surfaces/display.h

Issue 634083002: gpu: Compositor management of GpuMemoryBuffer instances. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cc-pre-chromium-image-refactor
Patch Set: rebase Created 6 years, 2 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/zero_copy_raster_worker_pool.cc ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/display.h
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
index 16bdd98a00e006639fc73eec5a2cb4dd03f76ddc..451a119e61d494e20df30e6357e0c6848c884a1e 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -41,7 +41,8 @@ class CC_SURFACES_EXPORT Display : public OutputSurfaceClient,
public:
Display(DisplayClient* client,
SurfaceManager* manager,
- SharedBitmapManager* bitmap_manager);
+ SharedBitmapManager* bitmap_manager,
+ GpuMemoryBufferManager* gpu_memory_buffer_manager);
virtual ~Display();
bool Initialize(scoped_ptr<OutputSurface> output_surface);
@@ -85,6 +86,7 @@ class CC_SURFACES_EXPORT Display : public OutputSurfaceClient,
DisplayClient* client_;
SurfaceManager* manager_;
SharedBitmapManager* bitmap_manager_;
+ GpuMemoryBufferManager* gpu_memory_buffer_manager_;
SurfaceId current_surface_id_;
gfx::Size current_surface_size_;
LayerTreeSettings settings_;
« no previous file with comments | « cc/resources/zero_copy_raster_worker_pool.cc ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698