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

Unified Diff: services/ui/demo/bitmap_uploader.h

Issue 2452483002: Move GpuMemoryBufferManager and SharedBitmapManager to CompositorFrameSink (Closed)
Patch Set: rebase Created 4 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 | « content/test/layouttest_support.cc ('k') | services/ui/demo/bitmap_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/bitmap_uploader.h
diff --git a/services/ui/demo/bitmap_uploader.h b/services/ui/demo/bitmap_uploader.h
index a2a764298d0bdd855ca57c80c31641ae60425208..7a22bb0f96adaaf098182beef9c2819dd8a43b16 100644
--- a/services/ui/demo/bitmap_uploader.h
+++ b/services/ui/demo/bitmap_uploader.h
@@ -54,7 +54,9 @@ class BitmapUploader : public cc::CompositorFrameSinkClient {
private:
void Upload();
- void OnGpuChannelEstablished(scoped_refptr<gpu::GpuChannelHost> gpu_channel);
+ void OnGpuChannelEstablished(
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
+ scoped_refptr<gpu::GpuChannelHost> gpu_channel);
uint32_t BindTextureForSize(const gfx::Size& size);
« no previous file with comments | « content/test/layouttest_support.cc ('k') | services/ui/demo/bitmap_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698