Chromium Code Reviews| Index: ui/compositor/compositor.h |
| diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h |
| index 783bdb2e1bb22496b7e66d659f00a314e3f08f4c..e67701814ae00417b210af4323915055d50581ac 100644 |
| --- a/ui/compositor/compositor.h |
| +++ b/ui/compositor/compositor.h |
| @@ -44,7 +44,6 @@ class Layer; |
| class LayerTreeDebugState; |
| class LayerTreeHost; |
| class RendererSettings; |
| -class SharedBitmapManager; |
| class SurfaceIdAllocator; |
| class SurfaceManager; |
| class TaskGraphRunner; |
| @@ -58,7 +57,6 @@ class Size; |
| namespace gpu { |
| class GpuMemoryBufferManager; |
| -struct Mailbox; |
| } |
| namespace ui { |
| @@ -126,9 +124,6 @@ class COMPOSITOR_EXPORT ContextFactory { |
| virtual uint32_t GetImageTextureTarget(gfx::BufferFormat format, |
| gfx::BufferUsage usage) = 0; |
| - // Gets the shared bitmap manager for software mode. |
| - virtual cc::SharedBitmapManager* GetSharedBitmapManager() = 0; |
| - |
| // Gets the GPU memory buffer manager. |
| virtual gpu::GpuMemoryBufferManager* GetGpuMemoryBufferManager() = 0; |
|
danakj
2016/10/27 21:00:34
Is this used?
piman
2016/10/28 00:58:36
Unfortunately yes, by exo. I was originally hoping
|