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

Unified Diff: cc/test/test_compositor_frame_sink.h

Issue 2452483002: Move GpuMemoryBufferManager and SharedBitmapManager to CompositorFrameSink (Closed)
Patch Set: compile fixes 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
Index: cc/test/test_compositor_frame_sink.h
diff --git a/cc/test/test_compositor_frame_sink.h b/cc/test/test_compositor_frame_sink.h
index 32d54f7aec767e97eb93b5bce44c33f329700c9d..d35efed7355906472b3832a34a2cd124da1f265d 100644
--- a/cc/test/test_compositor_frame_sink.h
+++ b/cc/test/test_compositor_frame_sink.h
@@ -92,8 +92,6 @@ class TestCompositorFrameSink : public CompositorFrameSink,
const bool synchronous_composite_;
const RendererSettings renderer_settings_;
- SharedBitmapManager* const shared_bitmap_manager_;
- gpu::GpuMemoryBufferManager* const gpu_memory_buffer_manager_;
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;

Powered by Google App Engine
This is Rietveld 408576698